${function() {
const variantData = data.variant || {"id":"76bdad4d-4b91-4a1b-a0cd-a72ac81f77b1","product_id":"9bdc9fac-e28d-4b47-83fc-0f91cb269d62","title":"Pink-S","weight_unit":"kg","inventory_quantity":997,"sku":"WSS154875-PIN00S","barcode":"","position":1,"option1":"Pink","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dd62dfd195cbbf171ba74206e48b139a.jpeg","path":"dd62dfd195cbbf171ba74206e48b139a.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"44.99","price":"24.99","retail_price":"44.99","available":true,"url":"\/products\/womens-merry-christmas-flamingo-fun-print-casual-sweatshirt?variant=76bdad4d-4b91-4a1b-a0cd-a72ac81f77b1","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"},{"name":"Size","value":"S"}],"off_ratio":44,"flashsale_info":[],"sales":50};
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 `
`;
}()}