${function() {
const variantData = data.variant || {"id":"b7c55c64-e69c-46a3-bcc8-0ae11296d06d","product_id":"51292b22-8026-4cfd-baa1-28eae672eef8","title":"Pattern-FREESIZE","weight_unit":"kg","inventory_quantity":997,"sku":"MWZX02237_PAT_FREESIZE","barcode":"","position":1,"option1":"Pattern","option2":"FREESIZE","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/46eed21dd0a98e72746d564a9343544e.jpeg","path":"46eed21dd0a98e72746d564a9343544e.jpeg","width":801,"height":800,"alt":"","aspect_ratio":1.00125},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"39.99","retail_price":"0","available":true,"url":"\/products\/vintage-dragonfly-floral-print-knitted-hat-leg-warmers-fingerless-gloves-set?variant=b7c55c64-e69c-46a3-bcc8-0ae11296d06d","available_quantity":999999999,"options":[{"name":"Color","value":"Pattern"},{"name":"Size","value":"FREESIZE"}],"off_ratio":0,"flashsale_info":[],"sales":3};
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 `
`;
}()}