${function() {
const variantData = data.variant || {"id":"bd88cd61-4690-4c1d-bacc-2b4ae46fad2a","product_id":"bd7307b6-c9ae-4106-95d4-5ba4df4f4678","title":"green-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4718-green-S","barcode":"","position":1,"option1":"green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/27add54f6fd7da8b237d6b088911f0bf.png","path":"27add54f6fd7da8b237d6b088911f0bf.png","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"44.99","price":"29.99","retail_price":"44.99","available":true,"url":"\/products\/womens-everybody-in-the-pub-getting-tipsy-st-patricks-day-printed-crew-neck-sweatshirt?variant=bd88cd61-4690-4c1d-bacc-2b4ae46fad2a","available_quantity":200,"options":[{"name":"color","value":"green"},{"name":"size","value":"S"}],"off_ratio":33,"flashsale_info":[],"sales":0};
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.
Sku : TSLC4718-green-S
Weight : 0.26kg
${function(){
const variantData = data.variant || {"id":"bd88cd61-4690-4c1d-bacc-2b4ae46fad2a","product_id":"bd7307b6-c9ae-4106-95d4-5ba4df4f4678","title":"green-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4718-green-S","barcode":"","position":1,"option1":"green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/27add54f6fd7da8b237d6b088911f0bf.png","path":"27add54f6fd7da8b237d6b088911f0bf.png","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"44.99","price":"29.99","retail_price":"44.99","available":true,"url":"\/products\/womens-everybody-in-the-pub-getting-tipsy-st-patricks-day-printed-crew-neck-sweatshirt?variant=bd88cd61-4690-4c1d-bacc-2b4ae46fad2a","available_quantity":200,"options":[{"name":"color","value":"green"},{"name":"size","value":"S"}],"off_ratio":33,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}