${function() {
const variantData = data.variant || {"id":"8fd522cb-aab4-4149-ac0b-c8e6fd025f9f","product_id":"a1dfd56e-fa66-4079-89f5-6a8dca51e7fe","title":"Black-2XL","weight_unit":"g","inventory_quantity":537,"sku":"101907480002","barcode":"","position":5,"option1":"Black","option2":"2XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2f5374430f123632dc367b06be3102f1.jpeg","path":"2f5374430f123632dc367b06be3102f1.jpeg","width":667,"height":890,"alt":"","aspect_ratio":0.749438202247191},"wholesale_price":[{"price":13.98,"min_quantity":1}],"weight":"129","compare_at_price":"19.98","price":"13.98","retail_price":"19.98","available":true,"url":"\/products\/sunflower-print-womens-casual-vest?variant=8fd522cb-aab4-4149-ac0b-c8e6fd025f9f","available_quantity":537,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"2XL"}],"off_ratio":30,"flashsale_info":[],"sales":1};
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":"8fd522cb-aab4-4149-ac0b-c8e6fd025f9f","product_id":"a1dfd56e-fa66-4079-89f5-6a8dca51e7fe","title":"Black-2XL","weight_unit":"g","inventory_quantity":537,"sku":"101907480002","barcode":"","position":5,"option1":"Black","option2":"2XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2f5374430f123632dc367b06be3102f1.jpeg","path":"2f5374430f123632dc367b06be3102f1.jpeg","width":667,"height":890,"alt":"","aspect_ratio":0.749438202247191},"wholesale_price":[{"price":13.98,"min_quantity":1}],"weight":"129","compare_at_price":"19.98","price":"13.98","retail_price":"19.98","available":true,"url":"\/products\/sunflower-print-womens-casual-vest?variant=8fd522cb-aab4-4149-ac0b-c8e6fd025f9f","available_quantity":537,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"2XL"}],"off_ratio":30,"flashsale_info":[],"sales":1};
return `
`
}()}