${function() {
const variantData = data.variant || {"id":"1b61f46a-d57a-4b25-b8aa-455e0c6ab3ef","product_id":"d4a0e0ab-47e1-459e-9ab0-17532fd3c0cd","title":"Yellow-S","weight_unit":"g","inventory_quantity":99999,"sku":"102137900001","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5e6b90bec354deb52f9c524dd0231d7b.jpeg","path":"5e6b90bec354deb52f9c524dd0231d7b.jpeg","width":2000,"height":2000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"507","compare_at_price":"30.98","price":"29.99","retail_price":"30.98","available":true,"url":"\/products\/rainbow-flower-printed-womens-hoodie?variant=1b61f46a-d57a-4b25-b8aa-455e0c6ab3ef","available_quantity":99999,"options":[{"name":"Color","value":"Yellow"},{"name":"Size","value":"S"}],"off_ratio":3,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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}
`
}()}
${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 `
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"1b61f46a-d57a-4b25-b8aa-455e0c6ab3ef","product_id":"d4a0e0ab-47e1-459e-9ab0-17532fd3c0cd","title":"Yellow-S","weight_unit":"g","inventory_quantity":99999,"sku":"102137900001","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5e6b90bec354deb52f9c524dd0231d7b.jpeg","path":"5e6b90bec354deb52f9c524dd0231d7b.jpeg","width":2000,"height":2000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"507","compare_at_price":"30.98","price":"29.99","retail_price":"30.98","available":true,"url":"\/products\/rainbow-flower-printed-womens-hoodie?variant=1b61f46a-d57a-4b25-b8aa-455e0c6ab3ef","available_quantity":99999,"options":[{"name":"Color","value":"Yellow"},{"name":"Size","value":"S"}],"off_ratio":3,"flashsale_info":[],"sales":0};
return `
`
}()}