${function() {
const variantData = data.variant || {"id":"cc5388d5-af41-4c93-8a33-bd2ecccf7567","product_id":"0d363b13-28d0-45d9-82c1-48ee498e438e","title":"MV01-M","weight_unit":"kg","inventory_quantity":1000,"sku":"20240223-C05-MV01-M","barcode":"","position":1,"option1":"MV01","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d4c2f7a4577e46c46af88142030756a8.jpg","path":"d4c2f7a4577e46c46af88142030756a8.jpg","width":720,"height":960,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":27.99,"min_quantity":1}],"weight":"0","compare_at_price":"47.99","price":"27.99","retail_price":"47.99","available":true,"url":"\/products\/mens-floral-print-loose-retro-hawaiian-vacation-style-lapel-single-breasted-short-sleeved-casual-shirt-mens-cardigan?variant=cc5388d5-af41-4c93-8a33-bd2ecccf7567","available_quantity":999999999,"options":[{"name":"Color","value":"MV01"},{"name":"Size","value":"M"}],"off_ratio":42,"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":"cc5388d5-af41-4c93-8a33-bd2ecccf7567","product_id":"0d363b13-28d0-45d9-82c1-48ee498e438e","title":"MV01-M","weight_unit":"kg","inventory_quantity":1000,"sku":"20240223-C05-MV01-M","barcode":"","position":1,"option1":"MV01","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d4c2f7a4577e46c46af88142030756a8.jpg","path":"d4c2f7a4577e46c46af88142030756a8.jpg","width":720,"height":960,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":27.99,"min_quantity":1}],"weight":"0","compare_at_price":"47.99","price":"27.99","retail_price":"47.99","available":true,"url":"\/products\/mens-floral-print-loose-retro-hawaiian-vacation-style-lapel-single-breasted-short-sleeved-casual-shirt-mens-cardigan?variant=cc5388d5-af41-4c93-8a33-bd2ecccf7567","available_quantity":999999999,"options":[{"name":"Color","value":"MV01"},{"name":"Size","value":"M"}],"off_ratio":42,"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 `
`;
}()}