${function() {
const variantData = data.variant || {"id":"e03215bb-62af-4dec-a1c9-92d01c15317b","product_id":"a0a90587-19fc-4e92-bd98-d99407397415","title":"grey-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4771-grey-S","barcode":"","position":1,"option1":"grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3ee2aa66dc5cdd7531e7c69fd3918c82.jpeg","path":"3ee2aa66dc5cdd7531e7c69fd3918c82.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"47.99","price":"29.99","retail_price":"47.99","available":true,"url":"\/products\/womens-everybody-in-the-pub-getting-tipsy-st-patricks-day-heat-transfer-hood-sweatshirt-w8jc-unx6-o6m5?variant=e03215bb-62af-4dec-a1c9-92d01c15317b","available_quantity":200,"options":[{"name":"color","value":"grey"},{"name":"size","value":"S"}],"off_ratio":38,"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 : TSLC4771-grey-S
Weight : 0.26kg
${function(){
const variantData = data.variant || {"id":"e03215bb-62af-4dec-a1c9-92d01c15317b","product_id":"a0a90587-19fc-4e92-bd98-d99407397415","title":"grey-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4771-grey-S","barcode":"","position":1,"option1":"grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3ee2aa66dc5cdd7531e7c69fd3918c82.jpeg","path":"3ee2aa66dc5cdd7531e7c69fd3918c82.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"47.99","price":"29.99","retail_price":"47.99","available":true,"url":"\/products\/womens-everybody-in-the-pub-getting-tipsy-st-patricks-day-heat-transfer-hood-sweatshirt-w8jc-unx6-o6m5?variant=e03215bb-62af-4dec-a1c9-92d01c15317b","available_quantity":200,"options":[{"name":"color","value":"grey"},{"name":"size","value":"S"}],"off_ratio":38,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}