${function() {
const variantData = data.variant || {"id":"23848d47-0e2c-4818-95f1-d676168c6022","product_id":"f91a88df-e3b5-45c1-8293-aca91fffd538","title":"BUY 1 GET 1 FREE - 2 BOTTLES - $34.99 - JUST $17.49 PER BOTTLE","weight_unit":"kg","inventory_quantity":0,"sku":"SLREOSX6-0001*2","barcode":"","position":1,"option1":"BUY 1 GET 1 FREE - 2 BOTTLES - $34.99 - JUST $17.49 PER BOTTLE","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f22828fc0b761c6c500659e6e724ff41.png","path":"f22828fc0b761c6c500659e6e724ff41.png","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.99,"min_quantity":1}],"weight":"0","compare_at_price":"68.61","price":"34.99","retail_price":"68.61","available":true,"url":"\/products\/dubai-mens-perfume-elegant-long-lasting-scent-tqw3?variant=23848d47-0e2c-4818-95f1-d676168c6022","available_quantity":999999999,"options":[{"name":"Buy More Save More!","value":"BUY 1 GET 1 FREE - 2 BOTTLES - $34.99 - JUST $17.49 PER BOTTLE"}],"off_ratio":49,"flashsale_info":[],"sales":13201};
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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"23848d47-0e2c-4818-95f1-d676168c6022","product_id":"f91a88df-e3b5-45c1-8293-aca91fffd538","title":"BUY 1 GET 1 FREE - 2 BOTTLES - $34.99 - JUST $17.49 PER BOTTLE","weight_unit":"kg","inventory_quantity":0,"sku":"SLREOSX6-0001*2","barcode":"","position":1,"option1":"BUY 1 GET 1 FREE - 2 BOTTLES - $34.99 - JUST $17.49 PER BOTTLE","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f22828fc0b761c6c500659e6e724ff41.png","path":"f22828fc0b761c6c500659e6e724ff41.png","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.99,"min_quantity":1}],"weight":"0","compare_at_price":"68.61","price":"34.99","retail_price":"68.61","available":true,"url":"\/products\/dubai-mens-perfume-elegant-long-lasting-scent-tqw3?variant=23848d47-0e2c-4818-95f1-d676168c6022","available_quantity":999999999,"options":[{"name":"Buy More Save More!","value":"BUY 1 GET 1 FREE - 2 BOTTLES - $34.99 - JUST $17.49 PER BOTTLE"}],"off_ratio":49,"flashsale_info":[],"sales":13201};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}