${function() {
const variantData = data.variant || {"id":"8fb1ac66-bf17-4f3c-b70a-dbb17df21110","product_id":"14db190c-a3c3-47f8-bfe8-c2df166187ab","title":"yellow","weight_unit":"kg","inventory_quantity":1000,"sku":"2251832822039670_yellow","barcode":"","position":1,"option1":"yellow","option2":"","option3":"","note":"","image":{"src":"\/\/img.fantaskycdn.com\/27a7558863249ead2a7146ba65eb0606.jpeg","path":"27a7558863249ead2a7146ba65eb0606.jpeg","width":500,"height":500,"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-knotted-fashion-hairband-solid-headband-for-girls-hair-accessories-ladies-headwear-bandeau-cheveux-chic-turban?variant=8fb1ac66-bf17-4f3c-b70a-dbb17df21110","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":"8fb1ac66-bf17-4f3c-b70a-dbb17df21110","product_id":"14db190c-a3c3-47f8-bfe8-c2df166187ab","title":"yellow","weight_unit":"kg","inventory_quantity":1000,"sku":"2251832822039670_yellow","barcode":"","position":1,"option1":"yellow","option2":"","option3":"","note":"","image":{"src":"\/\/img.fantaskycdn.com\/27a7558863249ead2a7146ba65eb0606.jpeg","path":"27a7558863249ead2a7146ba65eb0606.jpeg","width":500,"height":500,"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-knotted-fashion-hairband-solid-headband-for-girls-hair-accessories-ladies-headwear-bandeau-cheveux-chic-turban?variant=8fb1ac66-bf17-4f3c-b70a-dbb17df21110","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}
`
}()}