${function() {
const variantData = data.variant || {"id":"c3ee97a4-d7f1-4de8-a3dc-1231bcd73a75","product_id":"92d70a3b-cc96-4da8-830b-c63bf3ff0b34","title":"Pattern-FREESIZE","weight_unit":"kg","inventory_quantity":997,"sku":"MWZX02140_PAT_FREESIZE","barcode":"","position":1,"option1":"Pattern","option2":"FREESIZE","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a2a35647b67c72b473a87e2dca92e259.jpeg","path":"a2a35647b67c72b473a87e2dca92e259.jpeg","width":586,"height":781,"alt":"","aspect_ratio":0.7503201024327785},"wholesale_price":[{"price":16.99,"min_quantity":1}],"weight":"0","compare_at_price":"18.23","price":"16.99","retail_price":"18.23","available":true,"url":"\/products\/ship-within-24-hours-retro-cat-casual-print-knit-fingerless-gloves-sc4l3ba9ff7b-0b54-41f1-8bb6-626a2413084e?variant=c3ee97a4-d7f1-4de8-a3dc-1231bcd73a75","available_quantity":999999999,"options":[{"name":"Color","value":"Pattern"},{"name":"Size","value":"FREESIZE"}],"off_ratio":7,"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 `
`;
}()}