${function() {
const variantData = data.variant || {"id":"ea6ea8fe-edd9-4073-b9ce-c11e59ef0858","product_id":"388b0a78-4f45-472d-9032-eedfff823a81","title":"XS","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"XS","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bf4cd884461d13133f7cf07838729aab.png","path":"bf4cd884461d13133f7cf07838729aab.png","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":79.9,"min_quantity":1}],"weight":"0","compare_at_price":"125","price":"79.9","retail_price":"125","available":true,"url":"\/products\/dont-embarrass-me-zip-up-hoodie?variant=ea6ea8fe-edd9-4073-b9ce-c11e59ef0858","available_quantity":999999999,"options":[{"name":"SIZE","value":"XS"}],"off_ratio":36,"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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"ea6ea8fe-edd9-4073-b9ce-c11e59ef0858","product_id":"388b0a78-4f45-472d-9032-eedfff823a81","title":"XS","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"XS","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bf4cd884461d13133f7cf07838729aab.png","path":"bf4cd884461d13133f7cf07838729aab.png","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":79.9,"min_quantity":1}],"weight":"0","compare_at_price":"125","price":"79.9","retail_price":"125","available":true,"url":"\/products\/dont-embarrass-me-zip-up-hoodie?variant=ea6ea8fe-edd9-4073-b9ce-c11e59ef0858","available_quantity":999999999,"options":[{"name":"SIZE","value":"XS"}],"off_ratio":36,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}