${function() {
const variantData = data.variant || {"id":"63333c0b-112a-4957-93c2-3142e219dcf8","product_id":"f3e6836d-74f5-444b-8642-5fc4ca0e21e0","title":"Black and white-S","weight_unit":"kg","inventory_quantity":1000,"sku":"69b4b088-1680-439e-a3e8-55584b443293","barcode":"","position":1,"option1":"Black and white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bd93715fcfe47e5e64251c7d0f827f30.jpeg","path":"bd93715fcfe47e5e64251c7d0f827f30.jpeg","width":768,"height":1024,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":14.93,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"14.93","retail_price":"0","available":true,"url":"\/products\/designer-king-k-playing-card-t-shirt?variant=63333c0b-112a-4957-93c2-3142e219dcf8","available_quantity":999999999,"options":[{"name":"Color","value":"Black and white"},{"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":"63333c0b-112a-4957-93c2-3142e219dcf8","product_id":"f3e6836d-74f5-444b-8642-5fc4ca0e21e0","title":"Black and white-S","weight_unit":"kg","inventory_quantity":1000,"sku":"69b4b088-1680-439e-a3e8-55584b443293","barcode":"","position":1,"option1":"Black and white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bd93715fcfe47e5e64251c7d0f827f30.jpeg","path":"bd93715fcfe47e5e64251c7d0f827f30.jpeg","width":768,"height":1024,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":14.93,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"14.93","retail_price":"0","available":true,"url":"\/products\/designer-king-k-playing-card-t-shirt?variant=63333c0b-112a-4957-93c2-3142e219dcf8","available_quantity":999999999,"options":[{"name":"Color","value":"Black and white"},{"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 `
`;
}()}