${function() {
const variantData = data.variant || {"id":"148bd475-846a-46e8-afa3-22e905a4bb06","product_id":"0afedc91-3b6a-401b-bbc6-6678cb4987bf","title":"Red-7*7*4cm","weight_unit":"kg","inventory_quantity":1000,"sku":"X208-241113-05-685WV8A5DR-Red-7*7*4cm","barcode":"","position":1,"option1":"Red","option2":"7*7*4cm","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3075eb79e9d96bd8440bd91b1ab5c625.jpeg","path":"3075eb79e9d96bd8440bd91b1ab5c625.jpeg","width":336,"height":447,"alt":"","aspect_ratio":0.7516778523489933},"wholesale_price":[{"price":1.99,"min_quantity":1}],"weight":"0","compare_at_price":"1.99","price":"1.99","retail_price":"1.99","available":true,"url":"\/products\/christmas-holiday-decoration-double-horn-bell-window-christmas-tree-pendant-metal-bell-pendant?variant=148bd475-846a-46e8-afa3-22e905a4bb06","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"7*7*4cm"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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 = 79;
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 `
`;
}()}