${function() {
const variantData = data.variant || {"id":"27cf339f-1c3c-4ce4-8892-353b26286d9e","product_id":"1f625ddb-1d60-47b1-904f-d966f821fdb1","title":"Brown-S","weight_unit":"kg","inventory_quantity":1000,"sku":"SP220505BK2B-96611845","barcode":"","position":1,"option1":"Brown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d762ddd0077b05a411a4ca87b4f7c9c7.jpeg","path":"d762ddd0077b05a411a4ca87b4f7c9c7.jpeg","width":772,"height":772,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.52,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"25.52","retail_price":"0","available":true,"url":"\/products\/mens-vintage-eagle-american-flag-print-polo-7203984?variant=27cf339f-1c3c-4ce4-8892-353b26286d9e","available_quantity":999999999,"options":[{"name":"Color","value":"Brown"},{"name":"Size","value":"S"}],"off_ratio":0,"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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"27cf339f-1c3c-4ce4-8892-353b26286d9e","product_id":"1f625ddb-1d60-47b1-904f-d966f821fdb1","title":"Brown-S","weight_unit":"kg","inventory_quantity":1000,"sku":"SP220505BK2B-96611845","barcode":"","position":1,"option1":"Brown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d762ddd0077b05a411a4ca87b4f7c9c7.jpeg","path":"d762ddd0077b05a411a4ca87b4f7c9c7.jpeg","width":772,"height":772,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.52,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"25.52","retail_price":"0","available":true,"url":"\/products\/mens-vintage-eagle-american-flag-print-polo-7203984?variant=27cf339f-1c3c-4ce4-8892-353b26286d9e","available_quantity":999999999,"options":[{"name":"Color","value":"Brown"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${function() {
const postageFreeAmount = 89;
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 `
`;
}()}