${function() {
const variantData = data.variant || {"id":"ac37049f-c0b2-4ae5-a96c-6ac7384b82da","product_id":"45594377-49de-4377-8e5f-fd4bfd0da9d6","title":"Khaki","weight_unit":"kg","inventory_quantity":1000,"sku":"3256804531481763_Khaki","barcode":"","position":1,"option1":"Khaki","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0f86f878456eef300cd093fb39d1bf0a.jpeg","path":"0f86f878456eef300cd093fb39d1bf0a.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\/korean-new-woman-gauze-bubble-scrunchies-solid-hairband-girls-rubber-band-lady-hair-accessories-hair-ties-ponytail-holders?variant=ac37049f-c0b2-4ae5-a96c-6ac7384b82da","available_quantity":999999999,"options":[{"name":"Color","value":"Khaki"}],"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":"ac37049f-c0b2-4ae5-a96c-6ac7384b82da","product_id":"45594377-49de-4377-8e5f-fd4bfd0da9d6","title":"Khaki","weight_unit":"kg","inventory_quantity":1000,"sku":"3256804531481763_Khaki","barcode":"","position":1,"option1":"Khaki","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0f86f878456eef300cd093fb39d1bf0a.jpeg","path":"0f86f878456eef300cd093fb39d1bf0a.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\/korean-new-woman-gauze-bubble-scrunchies-solid-hairband-girls-rubber-band-lady-hair-accessories-hair-ties-ponytail-holders?variant=ac37049f-c0b2-4ae5-a96c-6ac7384b82da","available_quantity":999999999,"options":[{"name":"Color","value":"Khaki"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}