${function() {
const variantData = data.variant || {"id":"8223efc5-1eec-47dd-ac59-d93e00908aeb","product_id":"972b676e-1f61-44bb-9638-7e63dbb3c17c","title":"0.00","weight_unit":"kg","inventory_quantity":710,"sku":"CZ009D14610D-000","barcode":"","position":1,"option1":"0.00","option2":"","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\/twilight-tan-highlight-moment-1-day-10-pcs?variant=8223efc5-1eec-47dd-ac59-d93e00908aeb","available_quantity":710,"options":[{"name":"Diopter","value":"0.00"}],"off_ratio":0,"flashsale_info":[],"sales":31};
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":"8223efc5-1eec-47dd-ac59-d93e00908aeb","product_id":"972b676e-1f61-44bb-9638-7e63dbb3c17c","title":"0.00","weight_unit":"kg","inventory_quantity":710,"sku":"CZ009D14610D-000","barcode":"","position":1,"option1":"0.00","option2":"","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\/twilight-tan-highlight-moment-1-day-10-pcs?variant=8223efc5-1eec-47dd-ac59-d93e00908aeb","available_quantity":710,"options":[{"name":"Diopter","value":"0.00"}],"off_ratio":0,"flashsale_info":[],"sales":31};
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 `
`;
}()}