${function() {
const variantData = data.variant || {"id":"880db1c9-33f4-4fed-a188-bb6222ec0d35","product_id":"5b83805e-a1f3-4699-a7a8-6ced9bb013db","title":"White&Black-S","weight_unit":"kg","inventory_quantity":862,"sku":"BK1484-White&Black-S","barcode":"","position":1,"option1":"White&Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6c063fdd1e100f19eb99efae011113ee.png","path":"6c063fdd1e100f19eb99efae011113ee.png","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.99,"min_quantity":1}],"weight":"0.5","compare_at_price":"0","price":"38.99","retail_price":"0","available":true,"url":"\/products\/dress-checks?variant=880db1c9-33f4-4fed-a188-bb6222ec0d35","available_quantity":862,"options":[{"name":"Color","value":"White&Black"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":145};
const saveType = "amount";
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":"880db1c9-33f4-4fed-a188-bb6222ec0d35","product_id":"5b83805e-a1f3-4699-a7a8-6ced9bb013db","title":"White&Black-S","weight_unit":"kg","inventory_quantity":862,"sku":"BK1484-White&Black-S","barcode":"","position":1,"option1":"White&Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6c063fdd1e100f19eb99efae011113ee.png","path":"6c063fdd1e100f19eb99efae011113ee.png","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.99,"min_quantity":1}],"weight":"0.5","compare_at_price":"0","price":"38.99","retail_price":"0","available":true,"url":"\/products\/dress-checks?variant=880db1c9-33f4-4fed-a188-bb6222ec0d35","available_quantity":862,"options":[{"name":"Color","value":"White&Black"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":145};
return `
`
}()}
${function() {
const postageFreeAmount = 100;
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 `
`;
}()}