${function() {
const variantData = data.variant || {"id":"0ce4ffa0-8529-406d-a21a-8092bc81a9e4","product_id":"e91cf282-36a4-4f93-bb66-13e229add8e9","title":"Wei\u00df-S(38-40)","weight_unit":"kg","inventory_quantity":1000,"sku":"2088017247816-Wei-S(38-40)","barcode":"","position":1,"option1":"Wei\u00df","option2":"S(38-40)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/95ee9d51e6afd056d6ba35af9f6b9466.jpeg","path":"95ee9d51e6afd056d6ba35af9f6b9466.jpeg","width":633,"height":844,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":18.42,"min_quantity":1}],"weight":"0","compare_at_price":"18.42","price":"18.42","retail_price":"18.42","available":true,"url":"\/products\/casual-zipper-plain-loose-bomber-jacket-15901307?variant=0ce4ffa0-8529-406d-a21a-8092bc81a9e4","available_quantity":999999999,"options":[{"name":"Color","value":"Wei\u00df"},{"name":"Size","value":"S(38-40)"}],"off_ratio":0,"flashsale_info":[],"sales":2};
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 `
`;
}()}