${function() {
const variantData = data.variant || {"id":"ffdb3769-36eb-4693-a112-31c625668449","product_id":"405e7315-8a62-4416-9f56-ccf4c93e5492","title":"black","weight_unit":"kg","inventory_quantity":985,"sku":"CT-black","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2cc04d0d28709f38bd3a19459de41bbe.jpeg","path":"2cc04d0d28709f38bd3a19459de41bbe.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-crystal-telephone-line-hair-ties-elastic-hairband-women-hair-accessories-headwear-scrunchies-hair-ring?variant=ffdb3769-36eb-4693-a112-31c625668449","available_quantity":999999999,"options":[{"name":"Color","value":"black"}],"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":"ffdb3769-36eb-4693-a112-31c625668449","product_id":"405e7315-8a62-4416-9f56-ccf4c93e5492","title":"black","weight_unit":"kg","inventory_quantity":985,"sku":"CT-black","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2cc04d0d28709f38bd3a19459de41bbe.jpeg","path":"2cc04d0d28709f38bd3a19459de41bbe.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-crystal-telephone-line-hair-ties-elastic-hairband-women-hair-accessories-headwear-scrunchies-hair-ring?variant=ffdb3769-36eb-4693-a112-31c625668449","available_quantity":999999999,"options":[{"name":"Color","value":"black"}],"off_ratio":50,"flashsale_info":[],"sales":4};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}