${function() {
const variantData = data.variant || {"id":"02272b92-f72e-4491-b98b-e9a150dc1334","product_id":"4c5465dd-c3f7-4970-9620-72e0c911bcc0","title":"black-One-Size","weight_unit":"kg","inventory_quantity":998,"sku":"132-230804-28-MA0010FXY7-black-One-Size","barcode":"","position":1,"option1":"black","option2":"One-Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a81f29039898f1302900a5f7936c994c.jpeg","path":"a81f29039898f1302900a5f7936c994c.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"9.99","price":"9.99","retail_price":"9.99","available":true,"url":"\/products\/salem-broom-co-quality-handcrafted-enchanted-est-1692-sun-hat?variant=02272b92-f72e-4491-b98b-e9a150dc1334","available_quantity":999999999,"options":[{"name":"Color","value":"black"},{"name":"Size","value":"One-Size"}],"off_ratio":0,"flashsale_info":[],"sales":7};
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 `
`;
}()}