${function() {
const variantData = data.variant || {"id":"e1a152d7-1d92-43ff-bcf7-6cbb2ed28deb","product_id":"484a88c2-1ad8-40b3-865d-0badfce48c4d","title":"Dinosaur-2XL","weight_unit":"kg","inventory_quantity":0,"sku":"66220809471-Dinosaur-2XL","barcode":"","position":1,"option1":"Dinosaur","option2":"2XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1ee6066733c74119cb361bdb5de13a39.jpeg","path":"1ee6066733c74119cb361bdb5de13a39.jpeg","width":602,"height":798,"alt":"","aspect_ratio":0.7543859649122807},"wholesale_price":[{"price":33.57,"min_quantity":1}],"weight":"0","compare_at_price":"39.96","price":"33.57","retail_price":"39.96","available":true,"url":"\/products\/cute-animal-print-loose-plus-size-jumpsuit?variant=e1a152d7-1d92-43ff-bcf7-6cbb2ed28deb","available_quantity":999999999,"options":[{"name":"color","value":"Dinosaur"},{"name":"Size","value":"2XL"}],"off_ratio":16,"flashsale_info":[],"sales":5};
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 = 69;
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 `
`;
}()}