${function() {
const variantData = data.variant || {"id":"78ed415b-3141-4f5c-8edb-63cda4b32902","product_id":"564122f3-fdd2-4681-a3ff-be8644d512cf","title":"black-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"KBNG19-bk-XS-ichic","barcode":"","position":1,"option1":"black","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/00efb920d1477ca1dd9c003a9d20d723.jpeg","path":"00efb920d1477ca1dd9c003a9d20d723.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":11.39,"min_quantity":1}],"weight":"0","compare_at_price":"18.99","price":"11.39","retail_price":"18.99","available":true,"url":"\/products\/high-waist-postpartum-slimming-belt-belly-bandage-tummy-control-panties-daas?variant=78ed415b-3141-4f5c-8edb-63cda4b32902","available_quantity":999999999,"options":[{"name":"Color","value":"black"},{"name":"Size","value":"XS"}],"off_ratio":40,"flashsale_info":[],"sales":1};
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}
`
}()}
${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 `
`;
}()}