${function() {
const variantData = data.variant || {"id":"f3c78241-66db-498b-9bfe-3a9a287ffdb9","product_id":"2d887943-2a9d-478a-bdf8-b873bff0f342","title":"0.00 PLANO","weight_unit":"kg","inventory_quantity":2553,"sku":"CZ009P07310D-000","barcode":"","position":1,"option1":"0.00 PLANO","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":21,"min_quantity":1}],"weight":"0.04","compare_at_price":"25","price":"21","retail_price":"25","available":true,"url":"\/products\/olive-r171-highlight-pro-1-day-10-pcs?variant=f3c78241-66db-498b-9bfe-3a9a287ffdb9","available_quantity":2553,"options":[{"name":"diopter","value":"0.00 PLANO"}],"off_ratio":16,"flashsale_info":[],"sales":39};
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":"f3c78241-66db-498b-9bfe-3a9a287ffdb9","product_id":"2d887943-2a9d-478a-bdf8-b873bff0f342","title":"0.00 PLANO","weight_unit":"kg","inventory_quantity":2553,"sku":"CZ009P07310D-000","barcode":"","position":1,"option1":"0.00 PLANO","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":21,"min_quantity":1}],"weight":"0.04","compare_at_price":"25","price":"21","retail_price":"25","available":true,"url":"\/products\/olive-r171-highlight-pro-1-day-10-pcs?variant=f3c78241-66db-498b-9bfe-3a9a287ffdb9","available_quantity":2553,"options":[{"name":"diopter","value":"0.00 PLANO"}],"off_ratio":16,"flashsale_info":[],"sales":39};
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 `
`;
}()}