${function() {
const variantData = data.variant || {"id":"05ee82e7-bf8e-4d00-85c0-86a23edb249f","product_id":"17623fc6-e387-4054-92c6-e2b961a58050","title":"","weight_unit":"g","inventory_quantity":16,"sku":"ZP000220","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":88,"min_quantity":1}],"weight":"0","compare_at_price":"88","price":"88","retail_price":"88","available":true,"url":"\/products\/limited-mini-mahjong-\u9ebb\u5c06?variant=05ee82e7-bf8e-4d00-85c0-86a23edb249f","available_quantity":16,"options":[],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = false;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ``
)}
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"05ee82e7-bf8e-4d00-85c0-86a23edb249f","product_id":"17623fc6-e387-4054-92c6-e2b961a58050","title":"","weight_unit":"g","inventory_quantity":16,"sku":"ZP000220","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":88,"min_quantity":1}],"weight":"0","compare_at_price":"88","price":"88","retail_price":"88","available":true,"url":"\/products\/limited-mini-mahjong-\u9ebb\u5c06?variant=05ee82e7-bf8e-4d00-85c0-86a23edb249f","available_quantity":16,"options":[],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
`
}()}
${function() {
const postageFreeAmount = 59;
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 `
`;
}()}