${function() {
const variantData = data.variant || {"id":"5db5e5b8-5e95-4f61-9264-b31b1b02dda8","product_id":"fc4657ee-7bce-4e41-8a67-2f7db9b04076","title":"green-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4760-green-S","barcode":"","position":1,"option1":"green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d3d4473a5e245bba0635d84a0dc0a41d.jpeg","path":"d3d4473a5e245bba0635d84a0dc0a41d.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"42.99","price":"26.99","retail_price":"42.99","available":true,"url":"\/products\/womens-everybody-in-the-pub-getting-tipsy-st-patricks-day-print-v-neck-t-shirt-bq5o?variant=5db5e5b8-5e95-4f61-9264-b31b1b02dda8","available_quantity":200,"options":[{"name":"color","value":"green"},{"name":"size","value":"S"}],"off_ratio":37,"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 : TSLC4760-green-S
Weight : 0.26kg
${function(){
const variantData = data.variant || {"id":"5db5e5b8-5e95-4f61-9264-b31b1b02dda8","product_id":"fc4657ee-7bce-4e41-8a67-2f7db9b04076","title":"green-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4760-green-S","barcode":"","position":1,"option1":"green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d3d4473a5e245bba0635d84a0dc0a41d.jpeg","path":"d3d4473a5e245bba0635d84a0dc0a41d.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"42.99","price":"26.99","retail_price":"42.99","available":true,"url":"\/products\/womens-everybody-in-the-pub-getting-tipsy-st-patricks-day-print-v-neck-t-shirt-bq5o?variant=5db5e5b8-5e95-4f61-9264-b31b1b02dda8","available_quantity":200,"options":[{"name":"color","value":"green"},{"name":"size","value":"S"}],"off_ratio":37,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}