${function() {
const variantData = data.variant || {"id":"de6db34a-5f89-4e2a-8d3e-b6263e56c3a0","product_id":"ffd5805a-fad3-4583-a0c6-1dbfdba29f11","title":"Blue-L","weight_unit":"kg","inventory_quantity":0,"sku":"66220802227-Blue-L","barcode":"","position":1,"option1":"Blue","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4af25087d24ab9441db7d98b75d59584.jpeg","path":"4af25087d24ab9441db7d98b75d59584.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":39.74,"min_quantity":1}],"weight":"0.4","compare_at_price":"48.46","price":"39.74","retail_price":"48.46","available":true,"url":"\/products\/lapel-slim-fit-blazer?variant=de6db34a-5f89-4e2a-8d3e-b6263e56c3a0","available_quantity":999999999,"options":[{"name":"color","value":"Blue"},{"name":"size","value":"L"}],"off_ratio":18,"flashsale_info":[],"sales":2};
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 `
`;
}()}