${function() {
const variantData = data.variant || {"id":"2a7bf69f-b1a0-470a-82b3-1f8d37eb5ff4","product_id":"d77ed299-76ee-4f06-9dde-706c038f7f65","title":"0.00 PLANO","weight_unit":"kg","inventory_quantity":334,"sku":"CZ004D20110D-000","barcode":"","position":1,"option1":"0.00 PLANO","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cea8341a19e6bab27ca74c9263186068.jpeg","path":"cea8341a19e6bab27ca74c9263186068.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25,"min_quantity":1}],"weight":"0.04","compare_at_price":"25","price":"25","retail_price":"25","available":true,"url":"\/products\/cofancy-endless-brown-contacts-1-day-can-collection10pcs?variant=2a7bf69f-b1a0-470a-82b3-1f8d37eb5ff4","available_quantity":334,"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":"2a7bf69f-b1a0-470a-82b3-1f8d37eb5ff4","product_id":"d77ed299-76ee-4f06-9dde-706c038f7f65","title":"0.00 PLANO","weight_unit":"kg","inventory_quantity":334,"sku":"CZ004D20110D-000","barcode":"","position":1,"option1":"0.00 PLANO","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cea8341a19e6bab27ca74c9263186068.jpeg","path":"cea8341a19e6bab27ca74c9263186068.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25,"min_quantity":1}],"weight":"0.04","compare_at_price":"25","price":"25","retail_price":"25","available":true,"url":"\/products\/cofancy-endless-brown-contacts-1-day-can-collection10pcs?variant=2a7bf69f-b1a0-470a-82b3-1f8d37eb5ff4","available_quantity":334,"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 `
`;
}()}