${function() {
const variantData = data.variant || {"id":"af31618f-0a03-40ff-a096-3d5040c9e6f5","product_id":"ae631357-ce72-485e-97bd-581f97e3b6f6","title":"Light green-One size","weight_unit":"kg","inventory_quantity":0,"sku":"211019977-Light green-One size","barcode":"","position":1,"option1":"Light green","option2":"One size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/13c3169cd134a5e00e57e2c8c69a781b.jpeg","path":"13c3169cd134a5e00e57e2c8c69a781b.jpeg","width":522,"height":575,"alt":"","aspect_ratio":0.9078260869565218},"wholesale_price":[{"price":48.39,"min_quantity":1}],"weight":"0.5","compare_at_price":"56.93","price":"48.39","retail_price":"56.93","available":true,"url":"\/products\/tooling-style-hooded-windbreaker-shorts-suit?variant=af31618f-0a03-40ff-a096-3d5040c9e6f5","available_quantity":999999999,"options":[{"name":"Color","value":"Light green"},{"name":"Size","value":"One size"}],"off_ratio":15,"flashsale_info":[],"sales":13};
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 `
`;
}()}