${function() {
const variantData = data.variant || {"id":"1622d6f7-c5a3-4a4b-8329-3bdb58f3be8a","product_id":"1796a0e0-08ea-4974-b28c-c22c8762bb82","title":"black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"e5894a6d-9e02-45c2-a64a-c1d31f681081","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4acad0a1bb8ba8e4e27ad6ab050cf114.jpeg","path":"4acad0a1bb8ba8e4e27ad6ab050cf114.jpeg","width":768,"height":1024,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":18.16,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"18.16","retail_price":"0","available":true,"url":"\/products\/mens-skull-print-cozy-t-shirt-th30?variant=1622d6f7-c5a3-4a4b-8329-3bdb58f3be8a","available_quantity":999999999,"options":[{"name":"Color","value":"black"},{"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":"1622d6f7-c5a3-4a4b-8329-3bdb58f3be8a","product_id":"1796a0e0-08ea-4974-b28c-c22c8762bb82","title":"black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"e5894a6d-9e02-45c2-a64a-c1d31f681081","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4acad0a1bb8ba8e4e27ad6ab050cf114.jpeg","path":"4acad0a1bb8ba8e4e27ad6ab050cf114.jpeg","width":768,"height":1024,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":18.16,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"18.16","retail_price":"0","available":true,"url":"\/products\/mens-skull-print-cozy-t-shirt-th30?variant=1622d6f7-c5a3-4a4b-8329-3bdb58f3be8a","available_quantity":999999999,"options":[{"name":"Color","value":"black"},{"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 `
`;
}()}