${function() {
const variantData = data.variant || {"id":"f96f6aa3-dfa4-497c-a9bb-252c2833ab2c","product_id":"fb3c4626-8c9b-4571-aeec-05ff54e76df8","title":"Black","weight_unit":"kg","inventory_quantity":955,"sku":"BK2528-Black-One Size","barcode":"'6218882659092","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6eec2c60653fb14a1b719562be0e44a2.jpeg","path":"6eec2c60653fb14a1b719562be0e44a2.jpeg","width":631,"height":841,"alt":"","aspect_ratio":0.7502972651605232},"wholesale_price":[{"price":34.99,"min_quantity":1}],"weight":"0.5","compare_at_price":"0","price":"34.99","retail_price":"0","available":true,"url":"\/products\/moon-star-box-cross-body-bag?variant=f96f6aa3-dfa4-497c-a9bb-252c2833ab2c","available_quantity":955,"options":[{"name":"Color","value":"Black"}],"off_ratio":0,"flashsale_info":[],"sales":14};
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 variantData = data.variant || {"id":"f96f6aa3-dfa4-497c-a9bb-252c2833ab2c","product_id":"fb3c4626-8c9b-4571-aeec-05ff54e76df8","title":"Black","weight_unit":"kg","inventory_quantity":955,"sku":"BK2528-Black-One Size","barcode":"'6218882659092","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6eec2c60653fb14a1b719562be0e44a2.jpeg","path":"6eec2c60653fb14a1b719562be0e44a2.jpeg","width":631,"height":841,"alt":"","aspect_ratio":0.7502972651605232},"wholesale_price":[{"price":34.99,"min_quantity":1}],"weight":"0.5","compare_at_price":"0","price":"34.99","retail_price":"0","available":true,"url":"\/products\/moon-star-box-cross-body-bag?variant=f96f6aa3-dfa4-497c-a9bb-252c2833ab2c","available_quantity":955,"options":[{"name":"Color","value":"Black"}],"off_ratio":0,"flashsale_info":[],"sales":14};
return `
`
}()}
${function() {
const postageFreeAmount = 100;
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 `
`;
}()}