${function() {
const variantData = data.variant || {"id":"06973177-45e1-4a8c-b3d3-4e27ea16cb99","product_id":"82b252c9-f29a-40e9-925d-0ef3180310a4","title":"0.00(PLANO)","weight_unit":"kg","inventory_quantity":685,"sku":"2KBTKH-H-Y0","barcode":"","position":1,"option1":"0.00(PLANO)","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":31.5,"min_quantity":1}],"weight":"0.04","compare_at_price":"35","price":"31.5","retail_price":"35","available":true,"url":"\/products\/crystal-gray-cozy-6-months-2-pcs?variant=06973177-45e1-4a8c-b3d3-4e27ea16cb99","available_quantity":685,"options":[{"name":"diopter","value":"0.00(PLANO)"}],"off_ratio":10,"flashsale_info":[],"sales":4};
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":"06973177-45e1-4a8c-b3d3-4e27ea16cb99","product_id":"82b252c9-f29a-40e9-925d-0ef3180310a4","title":"0.00(PLANO)","weight_unit":"kg","inventory_quantity":685,"sku":"2KBTKH-H-Y0","barcode":"","position":1,"option1":"0.00(PLANO)","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":31.5,"min_quantity":1}],"weight":"0.04","compare_at_price":"35","price":"31.5","retail_price":"35","available":true,"url":"\/products\/crystal-gray-cozy-6-months-2-pcs?variant=06973177-45e1-4a8c-b3d3-4e27ea16cb99","available_quantity":685,"options":[{"name":"diopter","value":"0.00(PLANO)"}],"off_ratio":10,"flashsale_info":[],"sales":4};
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 `
`;
}()}