${function() {
const variantData = data.variant || {"id":"5200e7a2-7eae-49f2-908f-4b748567eefa","product_id":"59b835d2-3079-4318-8e67-c00183a3b3b8","title":"Daily-PLANO 0.00","weight_unit":"kg","inventory_quantity":173,"sku":"CZ023D28810D-000","barcode":"","position":1,"option1":"Daily","option2":"PLANO 0.00","option3":"","note":"","image":null,"wholesale_price":[{"price":25,"min_quantity":1}],"weight":"0","compare_at_price":"25","price":"25","retail_price":"25","available":true,"url":"\/products\/frozen-love-highlight-moment-daily-half-yearly?variant=5200e7a2-7eae-49f2-908f-4b748567eefa","available_quantity":173,"options":[{"name":"Duration","value":"Daily"},{"name":"Diopter","value":"PLANO 0.00"}],"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 + '%'
: ``
)}
`;
}()}
Duration
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
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":"5200e7a2-7eae-49f2-908f-4b748567eefa","product_id":"59b835d2-3079-4318-8e67-c00183a3b3b8","title":"Daily-PLANO 0.00","weight_unit":"kg","inventory_quantity":173,"sku":"CZ023D28810D-000","barcode":"","position":1,"option1":"Daily","option2":"PLANO 0.00","option3":"","note":"","image":null,"wholesale_price":[{"price":25,"min_quantity":1}],"weight":"0","compare_at_price":"25","price":"25","retail_price":"25","available":true,"url":"\/products\/frozen-love-highlight-moment-daily-half-yearly?variant=5200e7a2-7eae-49f2-908f-4b748567eefa","available_quantity":173,"options":[{"name":"Duration","value":"Daily"},{"name":"Diopter","value":"PLANO 0.00"}],"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 `
`;
}()}