${function() {
const variantData = data.variant || {"id":"ee0b2915-3316-447a-b244-690a5877fae6","product_id":"ca170876-4ab4-4fc6-ad28-90fa50371870","title":"black-L","weight_unit":"kg","inventory_quantity":0,"sku":"66210929136-black-L","barcode":"","position":1,"option1":"black","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/394ef9f8a159af52afcae90b8f49b192.jpeg","path":"394ef9f8a159af52afcae90b8f49b192.jpeg","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35.21,"min_quantity":1}],"weight":"0","compare_at_price":"41.92","price":"35.21","retail_price":"41.92","available":true,"url":"\/products\/ladies-tight-waist-two-piece-temperament?variant=ee0b2915-3316-447a-b244-690a5877fae6","available_quantity":999999999,"options":[{"name":"color","value":"black"},{"name":"size","value":"L"}],"off_ratio":16,"flashsale_info":[],"sales":25};
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 = 69;
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 `
`;
}()}