${function() {
const variantData = data.variant || {"id":"8f5d2ce5-9e07-4156-a59c-67eda5df1084","product_id":"ad027ba9-a54f-4cca-9dca-9ede6013f597","title":"Black","weight_unit":"kg","inventory_quantity":992,"sku":"BK4047-Choker-Black","barcode":"","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2727b1287acde8c87f9daf0b8806fc85.jpeg","path":"2727b1287acde8c87f9daf0b8806fc85.jpeg","width":1010,"height":1010,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":14.99,"min_quantity":1}],"weight":"0.5","compare_at_price":"0","price":"14.99","retail_price":"0","available":true,"url":"\/products\/vampire-bat-wing-choker?variant=8f5d2ce5-9e07-4156-a59c-67eda5df1084","available_quantity":992,"options":[{"name":"Color","value":"Black"}],"off_ratio":0,"flashsale_info":[],"sales":1};
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":"8f5d2ce5-9e07-4156-a59c-67eda5df1084","product_id":"ad027ba9-a54f-4cca-9dca-9ede6013f597","title":"Black","weight_unit":"kg","inventory_quantity":992,"sku":"BK4047-Choker-Black","barcode":"","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2727b1287acde8c87f9daf0b8806fc85.jpeg","path":"2727b1287acde8c87f9daf0b8806fc85.jpeg","width":1010,"height":1010,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":14.99,"min_quantity":1}],"weight":"0.5","compare_at_price":"0","price":"14.99","retail_price":"0","available":true,"url":"\/products\/vampire-bat-wing-choker?variant=8f5d2ce5-9e07-4156-a59c-67eda5df1084","available_quantity":992,"options":[{"name":"Color","value":"Black"}],"off_ratio":0,"flashsale_info":[],"sales":1};
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 `
`;
}()}