${function() {
const variantData = data.variant || {"id":"5e8b73e9-fe00-4bb6-8b40-20c9b5f242cb","product_id":"83b5a07a-70bc-47bb-8468-7757a7e687bf","title":"0.00(PLANO)","weight_unit":"kg","inventory_quantity":32,"sku":"CZ001I02002Y-000","barcode":"","position":1,"option1":"0.00(PLANO)","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":26,"min_quantity":1}],"weight":"0.04","compare_at_price":"35","price":"26","retail_price":"35","available":true,"url":"\/products\/brown-sugar-california-6-months-2-pcs?variant=5e8b73e9-fe00-4bb6-8b40-20c9b5f242cb","available_quantity":32,"options":[{"name":"diopter","value":"0.00(PLANO)"}],"off_ratio":26,"flashsale_info":[],"sales":1};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = false;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ``
)}
`;
}()}
Diopter
${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":"5e8b73e9-fe00-4bb6-8b40-20c9b5f242cb","product_id":"83b5a07a-70bc-47bb-8468-7757a7e687bf","title":"0.00(PLANO)","weight_unit":"kg","inventory_quantity":32,"sku":"CZ001I02002Y-000","barcode":"","position":1,"option1":"0.00(PLANO)","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":26,"min_quantity":1}],"weight":"0.04","compare_at_price":"35","price":"26","retail_price":"35","available":true,"url":"\/products\/brown-sugar-california-6-months-2-pcs?variant=5e8b73e9-fe00-4bb6-8b40-20c9b5f242cb","available_quantity":32,"options":[{"name":"diopter","value":"0.00(PLANO)"}],"off_ratio":26,"flashsale_info":[],"sales":1};
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 `
`;
}()}