${function() {
const variantData = data.variant || {"id":"a912e6a5-fc6e-491f-91be-91f9412b2e85","product_id":"e41f9956-4839-471a-993a-69b7e58d9544","title":"Onesize-Belt","weight_unit":"kg","inventory_quantity":960,"sku":"BK1727-Belt","barcode":"","position":1,"option1":"Onesize","option2":"Belt","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2a4a75f41771a3d3642ec98d0a920cc1.jpeg","path":"2a4a75f41771a3d3642ec98d0a920cc1.jpeg","width":1001,"height":1001,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0.5","compare_at_price":"0","price":"29.99","retail_price":"0","available":true,"url":"\/products\/desire-harness?variant=a912e6a5-fc6e-491f-91be-91f9412b2e85","available_quantity":960,"options":[{"name":"Size","value":"Onesize"},{"name":"Color","value":"Belt"}],"off_ratio":0,"flashsale_info":[],"sales":17};
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 variantData = data.variant || {"id":"a912e6a5-fc6e-491f-91be-91f9412b2e85","product_id":"e41f9956-4839-471a-993a-69b7e58d9544","title":"Onesize-Belt","weight_unit":"kg","inventory_quantity":960,"sku":"BK1727-Belt","barcode":"","position":1,"option1":"Onesize","option2":"Belt","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2a4a75f41771a3d3642ec98d0a920cc1.jpeg","path":"2a4a75f41771a3d3642ec98d0a920cc1.jpeg","width":1001,"height":1001,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0.5","compare_at_price":"0","price":"29.99","retail_price":"0","available":true,"url":"\/products\/desire-harness?variant=a912e6a5-fc6e-491f-91be-91f9412b2e85","available_quantity":960,"options":[{"name":"Size","value":"Onesize"},{"name":"Color","value":"Belt"}],"off_ratio":0,"flashsale_info":[],"sales":17};
return `
`
}()}
${function() {
const postageFreeAmount = 100;
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 `
`;
}()}