${function() {
const variantData = data.variant || {"id":"71970cd7-d948-4dc5-9653-239e4186b923","product_id":"eb3285bc-c325-45d2-904f-0073eedd8550","title":"0.00 PLANO","weight_unit":"kg","inventory_quantity":0,"sku":"MPGL-L-Y0","barcode":"","position":1,"option1":"0.00 PLANO","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/161c5b09dced67b48e7d4358cc8f9a9e.jpeg","path":"161c5b09dced67b48e7d4358cc8f9a9e.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":14.79,"min_quantity":1}],"weight":"0.04","compare_at_price":"19.99","price":"14.79","retail_price":"19.99","available":false,"url":"\/products\/cofancy-mojito-green-half-year-ab-side-1pair-2pcs?variant=71970cd7-d948-4dc5-9653-239e4186b923","available_quantity":0,"options":[{"name":"diopter","value":"0.00 PLANO"}],"off_ratio":26,"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":"71970cd7-d948-4dc5-9653-239e4186b923","product_id":"eb3285bc-c325-45d2-904f-0073eedd8550","title":"0.00 PLANO","weight_unit":"kg","inventory_quantity":0,"sku":"MPGL-L-Y0","barcode":"","position":1,"option1":"0.00 PLANO","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/161c5b09dced67b48e7d4358cc8f9a9e.jpeg","path":"161c5b09dced67b48e7d4358cc8f9a9e.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":14.79,"min_quantity":1}],"weight":"0.04","compare_at_price":"19.99","price":"14.79","retail_price":"19.99","available":false,"url":"\/products\/cofancy-mojito-green-half-year-ab-side-1pair-2pcs?variant=71970cd7-d948-4dc5-9653-239e4186b923","available_quantity":0,"options":[{"name":"diopter","value":"0.00 PLANO"}],"off_ratio":26,"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 `
`;
}()}