${function() {
const variantData = data.variant || {"id":"8731c84b-3aaf-4eb1-8f10-ad59eeacf471","product_id":"7d476964-bb55-4914-8c2b-9f00996e2d07","title":"white-s","weight_unit":"kg","inventory_quantity":0,"sku":"20111145-white-s","barcode":"","position":1,"option1":"white","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3f1420487181d49b5ad3e7fc0c2e7498.jpeg","path":"3f1420487181d49b5ad3e7fc0c2e7498.jpeg","width":1200,"height":1800,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":40.19,"min_quantity":1}],"weight":"0","compare_at_price":"49.62","price":"40.19","retail_price":"49.62","available":true,"url":"\/products\/fashion-casual-solid-color-two-piece-hooded-suit?variant=8731c84b-3aaf-4eb1-8f10-ad59eeacf471","available_quantity":999999999,"options":[{"name":"color","value":"white"},{"name":"size","value":"s"}],"off_ratio":19,"flashsale_info":[],"sales":0};
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 `
`;
}()}