${function() {
const variantData = data.variant || {"id":"faf6c3dc-b4ba-4a9b-8173-e974f013738b","product_id":"44ff391f-c14e-43dd-9fbe-708d4e209b4b","title":"Black-M","weight_unit":"kg","inventory_quantity":1000,"sku":"2053167091204-Black-M","barcode":"","position":1,"option1":"Black","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4f440e0b9a6d5b5cbb9f2d09c24a39b6.png","path":"4f440e0b9a6d5b5cbb9f2d09c24a39b6.png","width":633,"height":843,"alt":"","aspect_ratio":0.7508896797153025},"wholesale_price":[{"price":7.55,"min_quantity":1}],"weight":"0","compare_at_price":"8.99","price":"7.55","retail_price":"8.99","available":true,"url":"\/products\/warmer-knitted-gloves?variant=faf6c3dc-b4ba-4a9b-8173-e974f013738b","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"M"}],"off_ratio":16,"flashsale_info":[],"sales":2};
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 `
`;
}()}