${function() {
const variantData = data.variant || {"id":"fcf5e92a-f6f3-416c-bf7e-5d40fecb4c3b","product_id":"b09aa4b5-4b22-42e3-9516-deb20a748301","title":"Light Brown-S(6-8)","weight_unit":"kg","inventory_quantity":1000,"sku":"2053272157666-Light Brown-S(6-8)","barcode":"","position":1,"option1":"Light Brown","option2":"S(6-8)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/339c252cfe723e3c59949b4aad7cdb2b.jpeg","path":"339c252cfe723e3c59949b4aad7cdb2b.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":18,"min_quantity":1}],"weight":"0","compare_at_price":"18","price":"18","retail_price":"18","available":true,"url":"\/products\/casual-leaves-printed-sheath-pants?variant=fcf5e92a-f6f3-416c-bf7e-5d40fecb4c3b","available_quantity":999999999,"options":[{"name":"Color","value":"Light Brown"},{"name":"Size","value":"S(6-8)"}],"off_ratio":0,"flashsale_info":[],"sales":4};
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 `
`;
}()}