${function() {
const variantData = data.variant || {"id":"e49beffb-4f59-440f-8c30-adf72caa01bc","product_id":"dec161f8-b41b-4e84-8023-532e23ccabc4","title":"style 1","weight_unit":"kg","inventory_quantity":1000,"sku":"3256803041402054_style 1","barcode":"","position":1,"option1":"style 1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1515eda37511a87f60a2c704ce84e80b.jpeg","path":"1515eda37511a87f60a2c704ce84e80b.jpeg","width":1920,"height":1920,"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\/vintage-plaid-hairpins-for-women-check-hair-clips-women-hair-accessories-hairgrip-barrettes-lady-ornaments?variant=e49beffb-4f59-440f-8c30-adf72caa01bc","available_quantity":999999999,"options":[{"name":"Color","value":"style 1"}],"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":"e49beffb-4f59-440f-8c30-adf72caa01bc","product_id":"dec161f8-b41b-4e84-8023-532e23ccabc4","title":"style 1","weight_unit":"kg","inventory_quantity":1000,"sku":"3256803041402054_style 1","barcode":"","position":1,"option1":"style 1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1515eda37511a87f60a2c704ce84e80b.jpeg","path":"1515eda37511a87f60a2c704ce84e80b.jpeg","width":1920,"height":1920,"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\/vintage-plaid-hairpins-for-women-check-hair-clips-women-hair-accessories-hairgrip-barrettes-lady-ornaments?variant=e49beffb-4f59-440f-8c30-adf72caa01bc","available_quantity":999999999,"options":[{"name":"Color","value":"style 1"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}