${function() {
const variantData = data.variant || {"id":"fc9de637-44c0-4477-ad8d-9bedaf1386fc","product_id":"bea2b57c-d753-40c7-af6b-7af24b87af46","title":"style 1","weight_unit":"kg","inventory_quantity":993,"sku":"3256804079443070_style 1","barcode":"","position":1,"option1":"style 1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d1fe34bf11d0a0fd623af4889d935561.jpeg","path":"d1fe34bf11d0a0fd623af4889d935561.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0","compare_at_price":"19.99","price":"9.99","retail_price":"19.99","available":true,"url":"\/products\/woman-girls-ponytail-clips-hairpins-hair-clips-women-hair-accessories-barrettes-hairgrip-headwear-hair-claws?variant=fc9de637-44c0-4477-ad8d-9bedaf1386fc","available_quantity":999999999,"options":[{"name":"Color","value":"style 1"}],"off_ratio":50,"flashsale_info":[],"sales":4};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ``
)}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"fc9de637-44c0-4477-ad8d-9bedaf1386fc","product_id":"bea2b57c-d753-40c7-af6b-7af24b87af46","title":"style 1","weight_unit":"kg","inventory_quantity":993,"sku":"3256804079443070_style 1","barcode":"","position":1,"option1":"style 1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d1fe34bf11d0a0fd623af4889d935561.jpeg","path":"d1fe34bf11d0a0fd623af4889d935561.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0","compare_at_price":"19.99","price":"9.99","retail_price":"19.99","available":true,"url":"\/products\/woman-girls-ponytail-clips-hairpins-hair-clips-women-hair-accessories-barrettes-hairgrip-headwear-hair-claws?variant=fc9de637-44c0-4477-ad8d-9bedaf1386fc","available_quantity":999999999,"options":[{"name":"Color","value":"style 1"}],"off_ratio":50,"flashsale_info":[],"sales":4};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}