${function() {
const variantData = data.variant || {"id":"a1bbad3a-b982-418e-afdc-c543784cb323","product_id":"e3e928f4-3d57-467d-b768-33089262623e","title":"blue","weight_unit":"kg","inventory_quantity":1000,"sku":"3256803132458910_blue","barcode":"","position":1,"option1":"blue","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9c7f4e8e243dd77083771d129d6823d3.jpeg","path":"9c7f4e8e243dd77083771d129d6823d3.jpeg","width":1000,"height":1000,"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-winter-knitted-hairband-korean-style-headband-women-bezel-head-hoop-hairwear-turban-ornaments-hair-accessories?variant=a1bbad3a-b982-418e-afdc-c543784cb323","available_quantity":999999999,"options":[{"name":"Color","value":"blue"}],"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":"a1bbad3a-b982-418e-afdc-c543784cb323","product_id":"e3e928f4-3d57-467d-b768-33089262623e","title":"blue","weight_unit":"kg","inventory_quantity":1000,"sku":"3256803132458910_blue","barcode":"","position":1,"option1":"blue","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9c7f4e8e243dd77083771d129d6823d3.jpeg","path":"9c7f4e8e243dd77083771d129d6823d3.jpeg","width":1000,"height":1000,"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-winter-knitted-hairband-korean-style-headband-women-bezel-head-hoop-hairwear-turban-ornaments-hair-accessories?variant=a1bbad3a-b982-418e-afdc-c543784cb323","available_quantity":999999999,"options":[{"name":"Color","value":"blue"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}