${function() {
const variantData = data.variant || {"id":"28f0214c-24f4-4d34-b098-3647a4412738","product_id":"f3c9121b-6ebb-4f90-ba17-fa2d0b351eea","title":"Golden","weight_unit":"kg","inventory_quantity":999,"sku":"XH2-230331-44-U8FD8WDPSS-Golden","barcode":"","position":1,"option1":"Golden","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ed8ca63e5e654532ec22137dcb5ea31d.jpeg","path":"ed8ca63e5e654532ec22137dcb5ea31d.jpeg","width":640,"height":854,"alt":"","aspect_ratio":0.7494145199063232},"wholesale_price":[{"price":13.99,"min_quantity":1}],"weight":"0","compare_at_price":"13.99","price":"13.99","retail_price":"13.99","available":true,"url":"\/products\/vintage-personalized-titanium-steel-bracelet-viking-day-gift?variant=28f0214c-24f4-4d34-b098-3647a4412738","available_quantity":999999999,"options":[{"name":"Color","value":"Golden"}],"off_ratio":0,"flashsale_info":[],"sales":1};
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}
`
}()}
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 `
`;
}()}