${function() {
const variantData = data.variant || {"id":"b8177a88-a375-4b0d-8986-d7e6d96ae017","product_id":"7f266f78-ed31-4cae-8b04-57c7a00f5cf1","title":"army green-L","weight_unit":"kg","inventory_quantity":0,"sku":"662109101099-army green-L","barcode":"","position":1,"option1":"army green","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c78f2dde6b16fa948ceb345db94721ba.jpeg","path":"c78f2dde6b16fa948ceb345db94721ba.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.55,"min_quantity":1}],"weight":"0","compare_at_price":"45.89","price":"38.55","retail_price":"45.89","available":true,"url":"\/products\/new-casual-round-neck-sports-suit?variant=b8177a88-a375-4b0d-8986-d7e6d96ae017","available_quantity":999999999,"options":[{"name":"color","value":"army green"},{"name":"size","value":"L"}],"off_ratio":16,"flashsale_info":[],"sales":59};
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 `
`;
}()}