${function() {
const variantData = data.variant || {"id":"69e1d3cd-44c9-4d27-baaf-6709652b4c98","product_id":"babbcea0-2e16-427a-8c3a-cd6e2e566470","title":"yellow","weight_unit":"kg","inventory_quantity":1000,"sku":"3256802559342249_yellow","barcode":"","position":1,"option1":"yellow","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2502222703910e7df0e81953f300b387.jpeg","path":"2502222703910e7df0e81953f300b387.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-printed-floral-bandanna-summer-triangle-hair-scarf-women-hair-accessories-elastic-hairband-turban-headwraph?variant=69e1d3cd-44c9-4d27-baaf-6709652b4c98","available_quantity":999999999,"options":[{"name":"Color","value":"yellow"}],"off_ratio":50,"flashsale_info":[],"sales":0};
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":"69e1d3cd-44c9-4d27-baaf-6709652b4c98","product_id":"babbcea0-2e16-427a-8c3a-cd6e2e566470","title":"yellow","weight_unit":"kg","inventory_quantity":1000,"sku":"3256802559342249_yellow","barcode":"","position":1,"option1":"yellow","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2502222703910e7df0e81953f300b387.jpeg","path":"2502222703910e7df0e81953f300b387.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-printed-floral-bandanna-summer-triangle-hair-scarf-women-hair-accessories-elastic-hairband-turban-headwraph?variant=69e1d3cd-44c9-4d27-baaf-6709652b4c98","available_quantity":999999999,"options":[{"name":"Color","value":"yellow"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}