${function() {
const variantData = data.variant || {"id":"ddcd8020-8c87-49af-b21e-48cd7f7b9a71","product_id":"c22f52e4-709a-4f29-80c0-20fc130596fc","title":"Brown-34","weight_unit":"kg","inventory_quantity":1000,"sku":"BK4087-Brown-34","barcode":"","position":16,"option1":"Brown","option2":"34","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2efe6b24fc4b6645feff305c46c3eee1.jpeg","path":"2efe6b24fc4b6645feff305c46c3eee1.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":69.99,"min_quantity":1}],"weight":"0.9","compare_at_price":"0","price":"69.99","retail_price":"0","available":true,"url":"\/products\/studded-strap-lace-up-platform-boots?variant=ddcd8020-8c87-49af-b21e-48cd7f7b9a71","available_quantity":1000,"options":[{"name":"Color","value":"Brown"},{"name":"Size","value":"34"}],"off_ratio":0,"flashsale_info":[],"sales":5};
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":"ddcd8020-8c87-49af-b21e-48cd7f7b9a71","product_id":"c22f52e4-709a-4f29-80c0-20fc130596fc","title":"Brown-34","weight_unit":"kg","inventory_quantity":1000,"sku":"BK4087-Brown-34","barcode":"","position":16,"option1":"Brown","option2":"34","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2efe6b24fc4b6645feff305c46c3eee1.jpeg","path":"2efe6b24fc4b6645feff305c46c3eee1.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":69.99,"min_quantity":1}],"weight":"0.9","compare_at_price":"0","price":"69.99","retail_price":"0","available":true,"url":"\/products\/studded-strap-lace-up-platform-boots?variant=ddcd8020-8c87-49af-b21e-48cd7f7b9a71","available_quantity":1000,"options":[{"name":"Color","value":"Brown"},{"name":"Size","value":"34"}],"off_ratio":0,"flashsale_info":[],"sales":5};
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 `
`;
}()}