${function() {
const variantData = data.variant || {"id":"245d7bef-690b-4077-aac0-00d2fe52449f","product_id":"e828b46c-88f1-4579-8341-13f50e879bbf","title":"A-S","weight_unit":"kg","inventory_quantity":1000,"sku":"20230712-A04-A-S","barcode":"","position":1,"option1":"A","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/581822baa39c476e7ba2fcf925c697af.jpg","path":"581822baa39c476e7ba2fcf925c697af.jpg","width":720,"height":960,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0","compare_at_price":"43.99","price":"23.99","retail_price":"43.99","available":true,"url":"\/products\/hawaii-shirt-casual-floral-print-mens-short-sleeve-printed-top-s-m-l-xl-2xl-3xl-4xl?variant=245d7bef-690b-4077-aac0-00d2fe52449f","available_quantity":999999999,"options":[{"name":"Color","value":"A"},{"name":"Size","value":"S"}],"off_ratio":45,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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 variantData = data.variant || {"id":"245d7bef-690b-4077-aac0-00d2fe52449f","product_id":"e828b46c-88f1-4579-8341-13f50e879bbf","title":"A-S","weight_unit":"kg","inventory_quantity":1000,"sku":"20230712-A04-A-S","barcode":"","position":1,"option1":"A","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/581822baa39c476e7ba2fcf925c697af.jpg","path":"581822baa39c476e7ba2fcf925c697af.jpg","width":720,"height":960,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0","compare_at_price":"43.99","price":"23.99","retail_price":"43.99","available":true,"url":"\/products\/hawaii-shirt-casual-floral-print-mens-short-sleeve-printed-top-s-m-l-xl-2xl-3xl-4xl?variant=245d7bef-690b-4077-aac0-00d2fe52449f","available_quantity":999999999,"options":[{"name":"Color","value":"A"},{"name":"Size","value":"S"}],"off_ratio":45,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${function() {
const postageFreeAmount = 89;
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 `
`;
}()}