${function() {
const variantData = data.variant || {"id":"362bd048-2907-42e7-bbf7-e9a2dc29cf01","product_id":"8122c8bf-cd80-4dae-8996-55f250f99751","title":"#1","weight_unit":"kg","inventory_quantity":997,"sku":"BK3103-Fan-#1","barcode":"","position":1,"option1":"#1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c37b5ea2ce53c025dc4075cb6008bd9c.jpeg","path":"c37b5ea2ce53c025dc4075cb6008bd9c.jpeg","width":620,"height":620,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"0","price":"19.99","retail_price":"0","available":true,"url":"\/products\/gothic-style-fan?variant=362bd048-2907-42e7-bbf7-e9a2dc29cf01","available_quantity":997,"options":[{"name":"Style","value":"#1"}],"off_ratio":0,"flashsale_info":[],"sales":4};
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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"362bd048-2907-42e7-bbf7-e9a2dc29cf01","product_id":"8122c8bf-cd80-4dae-8996-55f250f99751","title":"#1","weight_unit":"kg","inventory_quantity":997,"sku":"BK3103-Fan-#1","barcode":"","position":1,"option1":"#1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c37b5ea2ce53c025dc4075cb6008bd9c.jpeg","path":"c37b5ea2ce53c025dc4075cb6008bd9c.jpeg","width":620,"height":620,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"0","price":"19.99","retail_price":"0","available":true,"url":"\/products\/gothic-style-fan?variant=362bd048-2907-42e7-bbf7-e9a2dc29cf01","available_quantity":997,"options":[{"name":"Style","value":"#1"}],"off_ratio":0,"flashsale_info":[],"sales":4};
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 `
`;
}()}