${function() {
const variantData = data.variant || {"id":"5aff77b9-a83f-4d76-b282-7105816238ae","product_id":"d734b8f4-ddfd-4fde-b12a-8a3cedc27440","title":"0.00PLANO","weight_unit":"kg","inventory_quantity":0,"sku":"2MPGL-L-Y0","barcode":"","position":1,"option1":"0.00PLANO","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/161c5b09dced67b48e7d4358cc8f9a9e.jpeg","path":"161c5b09dced67b48e7d4358cc8f9a9e.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28,"min_quantity":1}],"weight":"0.04","compare_at_price":"35","price":"28","retail_price":"35","available":false,"url":"\/products\/cofancy-mojito-green-half-year-ab-side-1pair-2-lenses?variant=5aff77b9-a83f-4d76-b282-7105816238ae","available_quantity":0,"options":[{"name":"diopter","value":"0.00PLANO"}],"off_ratio":20,"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":"5aff77b9-a83f-4d76-b282-7105816238ae","product_id":"d734b8f4-ddfd-4fde-b12a-8a3cedc27440","title":"0.00PLANO","weight_unit":"kg","inventory_quantity":0,"sku":"2MPGL-L-Y0","barcode":"","position":1,"option1":"0.00PLANO","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/161c5b09dced67b48e7d4358cc8f9a9e.jpeg","path":"161c5b09dced67b48e7d4358cc8f9a9e.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28,"min_quantity":1}],"weight":"0.04","compare_at_price":"35","price":"28","retail_price":"35","available":false,"url":"\/products\/cofancy-mojito-green-half-year-ab-side-1pair-2-lenses?variant=5aff77b9-a83f-4d76-b282-7105816238ae","available_quantity":0,"options":[{"name":"diopter","value":"0.00PLANO"}],"off_ratio":20,"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 `
`;
}()}