${function() {
const variantData = data.variant || {"id":"7b8af6e4-7438-4d55-bfeb-c5886afa633b","product_id":"e97df77b-7e0f-44e3-a299-373298198169","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"C000737-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/36a3eadb5ccb6d8a432dd32a4bb842ea.jpeg","path":"36a3eadb5ccb6d8a432dd32a4bb842ea.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":16.99,"min_quantity":1}],"weight":"0","compare_at_price":"34.95","price":"16.99","retail_price":"34.95","available":true,"url":"\/products\/mens-t-shirt-3d-print-short-sleeve-casual-tops-cdb9?variant=7b8af6e4-7438-4d55-bfeb-c5886afa633b","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":51,"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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"7b8af6e4-7438-4d55-bfeb-c5886afa633b","product_id":"e97df77b-7e0f-44e3-a299-373298198169","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"C000737-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/36a3eadb5ccb6d8a432dd32a4bb842ea.jpeg","path":"36a3eadb5ccb6d8a432dd32a4bb842ea.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":16.99,"min_quantity":1}],"weight":"0","compare_at_price":"34.95","price":"16.99","retail_price":"34.95","available":true,"url":"\/products\/mens-t-shirt-3d-print-short-sleeve-casual-tops-cdb9?variant=7b8af6e4-7438-4d55-bfeb-c5886afa633b","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":51,"flashsale_info":[],"sales":1};
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 `
`;
}()}