${function() {
const variantData = data.variant || {"id":"2f1d78b9-7d8c-416e-98dd-21c81c042dac","product_id":"d0f0f59f-6c75-4e44-9d82-84395e5575f9","title":"Red","weight_unit":"kg","inventory_quantity":979,"sku":"ACHXB20514030-color","barcode":"","position":1,"option1":"Red","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a881ffaf0abb2bdf269d13dbca530c10.jpeg","path":"a881ffaf0abb2bdf269d13dbca530c10.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":8.19,"min_quantity":1}],"weight":"0","compare_at_price":"29.87","price":"8.19","retail_price":"29.87","available":true,"url":"\/products\/multicolored-regalite-stone-earrings-glbg-yn8m?variant=2f1d78b9-7d8c-416e-98dd-21c81c042dac","available_quantity":999999999,"options":[{"name":"color","value":"Red"}],"off_ratio":73,"flashsale_info":[],"sales":22};
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 postageFreeAmount = 79;
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 `
`;
}()}