${function() {
const variantData = data.variant || {"id":"b2656737-1a85-47e2-b65a-764f33eb0bff","product_id":"6964cd71-673f-46a5-8f04-fb39fec3a7b6","title":"0.00 PLANO","weight_unit":"kg","inventory_quantity":32,"sku":"JZCD-Z-Y0","barcode":"","position":1,"option1":"0.00 PLANO","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/733cf8e99af069bf6022672d9f7d6eca.jpeg","path":"733cf8e99af069bf6022672d9f7d6eca.jpeg","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21,"min_quantity":1}],"weight":"0.04","compare_at_price":"21","price":"21","retail_price":"21","available":true,"url":"\/products\/cofancy-tangerine-jelly-color-contacts-1-year-kiina-1pair-2pcs?variant=b2656737-1a85-47e2-b65a-764f33eb0bff","available_quantity":32,"options":[{"name":"diopter","value":"0.00 PLANO"}],"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 + '%'
: ``
)}
`;
}()}
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":"b2656737-1a85-47e2-b65a-764f33eb0bff","product_id":"6964cd71-673f-46a5-8f04-fb39fec3a7b6","title":"0.00 PLANO","weight_unit":"kg","inventory_quantity":32,"sku":"JZCD-Z-Y0","barcode":"","position":1,"option1":"0.00 PLANO","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/733cf8e99af069bf6022672d9f7d6eca.jpeg","path":"733cf8e99af069bf6022672d9f7d6eca.jpeg","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21,"min_quantity":1}],"weight":"0.04","compare_at_price":"21","price":"21","retail_price":"21","available":true,"url":"\/products\/cofancy-tangerine-jelly-color-contacts-1-year-kiina-1pair-2pcs?variant=b2656737-1a85-47e2-b65a-764f33eb0bff","available_quantity":32,"options":[{"name":"diopter","value":"0.00 PLANO"}],"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 `
`;
}()}