${function() {
const variantData = data.variant || {"id":"a871e3ea-dbf5-4715-97c3-c81b5a3bf0e0","product_id":"641f1136-1910-4e57-92d0-c86cbf44e062","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"GAC23031650_BLK_S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/830855e79f2e181695d7151c27562051.jpeg","path":"830855e79f2e181695d7151c27562051.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":14.99,"min_quantity":1}],"weight":"0","compare_at_price":"33.66","price":"14.99","retail_price":"33.66","available":true,"url":"\/products\/shooting-guns-and-spreading-buns-darling-printed-t-shirt-for-men-23031650-1?variant=a871e3ea-dbf5-4715-97c3-c81b5a3bf0e0","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":55,"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":"a871e3ea-dbf5-4715-97c3-c81b5a3bf0e0","product_id":"641f1136-1910-4e57-92d0-c86cbf44e062","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"GAC23031650_BLK_S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/830855e79f2e181695d7151c27562051.jpeg","path":"830855e79f2e181695d7151c27562051.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":14.99,"min_quantity":1}],"weight":"0","compare_at_price":"33.66","price":"14.99","retail_price":"33.66","available":true,"url":"\/products\/shooting-guns-and-spreading-buns-darling-printed-t-shirt-for-men-23031650-1?variant=a871e3ea-dbf5-4715-97c3-c81b5a3bf0e0","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":55,"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 `
`;
}()}