${function() {
const variantData = data.variant || {"id":"3a3b544b-1167-49c2-9757-b5c4665f2531","product_id":"19005205-bf03-4eb2-b9c3-feb3000dc89e","title":"Apricot-S","weight_unit":"lb","inventory_quantity":0,"sku":"20102411-apricot-s","barcode":"","position":1,"option1":"Apricot","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3db727096c67d1fdcfb1cfdca0fa5d87.jpeg","path":"3db727096c67d1fdcfb1cfdca0fa5d87.jpeg","width":607,"height":760,"alt":"","aspect_ratio":0.7986842105263158},"wholesale_price":[{"price":75.33,"min_quantity":1}],"weight":"0","compare_at_price":"93","price":"75.33","retail_price":"93","available":true,"url":"\/products\/slim-fit-sweater-with-high-neck-long-skirt-and-pullover?variant=3a3b544b-1167-49c2-9757-b5c4665f2531","available_quantity":999999999,"options":[{"name":"Color","value":"Apricot"},{"name":"Size","value":"S"}],"off_ratio":19,"flashsale_info":[],"sales":4};
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 `
`;
}()}