${function() {
const variantData = data.variant || {"id":"06f1b22a-0895-4919-8fc5-5d78331a0392","product_id":"b110befc-60a2-46f4-817e-0b981e4f1f13","title":"flowers-L","weight_unit":"kg","inventory_quantity":0,"sku":"66220711668-flowers-L","barcode":"","position":1,"option1":"flowers","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/42936e29bd2d58fcc08a0c0ec4bf1f5c.jpeg","path":"42936e29bd2d58fcc08a0c0ec4bf1f5c.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":38.62,"min_quantity":1}],"weight":"0","compare_at_price":"47.1","price":"38.62","retail_price":"47.1","available":true,"url":"\/products\/sexy-sling-lace-up-dress?variant=06f1b22a-0895-4919-8fc5-5d78331a0392","available_quantity":999999999,"options":[{"name":"color","value":"flowers"},{"name":"size","value":"L"}],"off_ratio":18,"flashsale_info":[],"sales":2};
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 = 69;
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 `
`;
}()}