${function() {
const variantData = data.variant || {"id":"6fde509e-4a60-4f3a-b63b-cc19e935cb3a","product_id":"988de79d-6ba4-482b-a3b0-98be0a881203","title":"Gold","weight_unit":"kg","inventory_quantity":922,"sku":"BK2417-Set-One Size","barcode":"'6218882658903","position":1,"option1":"Gold","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/636259805e516bab82b55bc27a39a1f7.jpeg","path":"636259805e516bab82b55bc27a39a1f7.jpeg","width":1838,"height":1838,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0.1","compare_at_price":"0","price":"19.99","retail_price":"0","available":true,"url":"\/products\/sun-flower-dainty-necklace?variant=6fde509e-4a60-4f3a-b63b-cc19e935cb3a","available_quantity":922,"options":[{"name":"Color","value":"Gold"}],"off_ratio":0,"flashsale_info":[],"sales":8};
const saveType = "amount";
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":"6fde509e-4a60-4f3a-b63b-cc19e935cb3a","product_id":"988de79d-6ba4-482b-a3b0-98be0a881203","title":"Gold","weight_unit":"kg","inventory_quantity":922,"sku":"BK2417-Set-One Size","barcode":"'6218882658903","position":1,"option1":"Gold","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/636259805e516bab82b55bc27a39a1f7.jpeg","path":"636259805e516bab82b55bc27a39a1f7.jpeg","width":1838,"height":1838,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0.1","compare_at_price":"0","price":"19.99","retail_price":"0","available":true,"url":"\/products\/sun-flower-dainty-necklace?variant=6fde509e-4a60-4f3a-b63b-cc19e935cb3a","available_quantity":922,"options":[{"name":"Color","value":"Gold"}],"off_ratio":0,"flashsale_info":[],"sales":8};
return `
`
}()}
${function() {
const postageFreeAmount = 100;
const custom_text = "Buy {amount} more to enjoy FREE Shipping";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Your order is free delivery";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}