${function() {
const variantData = data.variant || {"id":"4d7ac54f-916e-43b4-8060-926e1ff6721f","product_id":"bb06efdc-b627-4ea4-8dfe-d7814c9438cb","title":"khaki-M","weight_unit":"kg","inventory_quantity":1000,"sku":"X139-241011-31-YU4YPXPQHQ-khaki-M","barcode":"","position":1,"option1":"khaki","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4b71e8ef637ca2092c80606c4ac747da.jpeg","path":"4b71e8ef637ca2092c80606c4ac747da.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":30.99,"min_quantity":1}],"weight":"0.24","compare_at_price":"30.99","price":"30.99","retail_price":"30.99","available":true,"url":"\/products\/mens-autumn-and-winter-fleece-casual-overalls-mens-multi-pocket-pants-sports-casual-trousers?variant=4d7ac54f-916e-43b4-8060-926e1ff6721f","available_quantity":999999999,"options":[{"name":"Color","value":"khaki"},{"name":"Size","value":"M"}],"off_ratio":0,"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 = 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 `
`;
}()}