${function() {
const variantData = data.variant || {"id":"a54fc8ab-076e-4d91-91f0-ebc51acfcfb3","product_id":"9000417f-7636-4a27-8439-3783625f855e","title":"Green-M","weight_unit":"kg","inventory_quantity":1000,"sku":"WKD194393-GRN00M","barcode":"","position":1,"option1":"Green","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a3ec3e6767b01daad3ff952a6fd2073b.jpeg","path":"a3ec3e6767b01daad3ff952a6fd2073b.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":42.99,"min_quantity":1}],"weight":"0","compare_at_price":"66.99","price":"42.99","retail_price":"66.99","available":true,"url":"\/products\/cotton-linen-ruffle-dress?variant=a54fc8ab-076e-4d91-91f0-ebc51acfcfb3","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"M"}],"off_ratio":36,"flashsale_info":[],"sales":0};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ``
)}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${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 postageFreeAmount = 79;
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 `
`;
}()}