${function() {
const variantData = data.variant || {"id":"efae5d57-fe59-4584-89e9-0edbc542bfb1","product_id":"51ae94e3-f315-4053-bdde-e89c4030a75c","title":"Hellgrau-S(38-40)","weight_unit":"kg","inventory_quantity":1000,"sku":"2088017249050-Hellgrau-S(38-40)","barcode":"","position":1,"option1":"Hellgrau","option2":"S(38-40)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a6da3225e97c52e41d71fb99078add21.jpeg","path":"a6da3225e97c52e41d71fb99078add21.jpeg","width":633,"height":844,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":24.68,"min_quantity":1}],"weight":"0","compare_at_price":"24.68","price":"24.68","retail_price":"24.68","available":true,"url":"\/products\/fluff-granular-fleece-fabric-casual-teddy-jacket-15871033?variant=efae5d57-fe59-4584-89e9-0edbc542bfb1","available_quantity":999999999,"options":[{"name":"Color","value":"Hellgrau"},{"name":"Size","value":"S(38-40)"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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 `
`;
}()}