${function() {
const variantData = data.variant || {"id":"2c3b980e-1b16-4fb3-9b64-ca7d964aed8b","product_id":"c22f52e4-709a-4f29-80c0-20fc130596fc","title":"Gray-34","weight_unit":"kg","inventory_quantity":1000,"sku":"BK4087-Gray-34","barcode":"","position":31,"option1":"Gray","option2":"34","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3e61f7698fc8150edc74ae6dc2153774.jpeg","path":"3e61f7698fc8150edc74ae6dc2153774.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=2c3b980e-1b16-4fb3-9b64-ca7d964aed8b","available_quantity":1000,"options":[{"name":"Color","value":"Gray"},{"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":"2c3b980e-1b16-4fb3-9b64-ca7d964aed8b","product_id":"c22f52e4-709a-4f29-80c0-20fc130596fc","title":"Gray-34","weight_unit":"kg","inventory_quantity":1000,"sku":"BK4087-Gray-34","barcode":"","position":31,"option1":"Gray","option2":"34","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3e61f7698fc8150edc74ae6dc2153774.jpeg","path":"3e61f7698fc8150edc74ae6dc2153774.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=2c3b980e-1b16-4fb3-9b64-ca7d964aed8b","available_quantity":1000,"options":[{"name":"Color","value":"Gray"},{"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 `
`;
}()}