${function() {
const variantData = data.variant || {"id":"1df4db2f-d57b-46d5-890b-9e7aac55276c","product_id":"ea83889a-06fd-4f59-8df1-0adf0934eec6","title":"style1","weight_unit":"kg","inventory_quantity":999,"sku":"'-PVC-A0026163","barcode":"","position":1,"option1":"style1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d314c5010acae7cc2fc57fb9f5b2b81f.jpeg","path":"d314c5010acae7cc2fc57fb9f5b2b81f.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28.99,"min_quantity":1}],"weight":"0","compare_at_price":"72.49","price":"28.99","retail_price":"72.49","available":true,"url":"\/products\/superhero-bruce-wayne-cosplay-pvc-latex-short-style-masks-rises-halloween-party-accessory-prop-masquerade-carnival-maskd6cd15ca-b40c-419d-9b3d-52c1df78afa0c23f87b3-714f-44c7-ba16-c797b37df359?variant=1df4db2f-d57b-46d5-890b-9e7aac55276c","available_quantity":999999999,"options":[{"name":"Style","value":"style1"}],"off_ratio":60,"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":"1df4db2f-d57b-46d5-890b-9e7aac55276c","product_id":"ea83889a-06fd-4f59-8df1-0adf0934eec6","title":"style1","weight_unit":"kg","inventory_quantity":999,"sku":"'-PVC-A0026163","barcode":"","position":1,"option1":"style1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d314c5010acae7cc2fc57fb9f5b2b81f.jpeg","path":"d314c5010acae7cc2fc57fb9f5b2b81f.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28.99,"min_quantity":1}],"weight":"0","compare_at_price":"72.49","price":"28.99","retail_price":"72.49","available":true,"url":"\/products\/superhero-bruce-wayne-cosplay-pvc-latex-short-style-masks-rises-halloween-party-accessory-prop-masquerade-carnival-maskd6cd15ca-b40c-419d-9b3d-52c1df78afa0c23f87b3-714f-44c7-ba16-c797b37df359?variant=1df4db2f-d57b-46d5-890b-9e7aac55276c","available_quantity":999999999,"options":[{"name":"Style","value":"style1"}],"off_ratio":60,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}