${function() {
const variantData = data.variant || {"id":"3cbda8c1-cfc0-4010-b02f-26957fb2696e","product_id":"e781e067-12a8-4477-96a6-e306844b9aba","title":"Grey-S","weight_unit":"kg","inventory_quantity":1000,"sku":"TSNC0114-Grey-S","barcode":"","position":1,"option1":"Grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d90c5e99f3151e621ba57dc2322ad550.jpeg","path":"d90c5e99f3151e621ba57dc2322ad550.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":26.98,"min_quantity":1}],"weight":"0.25","compare_at_price":"42.98","price":"26.98","retail_price":"42.98","available":true,"url":"\/products\/halloween-fashion-print-long-sleeve-sweatshirt?variant=3cbda8c1-cfc0-4010-b02f-26957fb2696e","available_quantity":999999999,"options":[{"name":"Color","value":"Grey"},{"name":"Size","value":"S"}],"off_ratio":37,"flashsale_info":[],"sales":2};
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 : TSNC0114-Grey-S
Weight : 0.25kg
${function(){
const variantData = data.variant || {"id":"3cbda8c1-cfc0-4010-b02f-26957fb2696e","product_id":"e781e067-12a8-4477-96a6-e306844b9aba","title":"Grey-S","weight_unit":"kg","inventory_quantity":1000,"sku":"TSNC0114-Grey-S","barcode":"","position":1,"option1":"Grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d90c5e99f3151e621ba57dc2322ad550.jpeg","path":"d90c5e99f3151e621ba57dc2322ad550.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":26.98,"min_quantity":1}],"weight":"0.25","compare_at_price":"42.98","price":"26.98","retail_price":"42.98","available":true,"url":"\/products\/halloween-fashion-print-long-sleeve-sweatshirt?variant=3cbda8c1-cfc0-4010-b02f-26957fb2696e","available_quantity":999999999,"options":[{"name":"Color","value":"Grey"},{"name":"Size","value":"S"}],"off_ratio":37,"flashsale_info":[],"sales":2};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}