${function() {
const variantData = data.variant || {"id":"2db922ad-659f-427a-9df9-85efdb3bf72a","product_id":"874f48d5-0b20-4a98-8e66-833e8332eaf9","title":"Christmas Tree with Light","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Christmas Tree with Light","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1e5bc2203e8eaa126abe526c8be2fac5.jpeg","path":"1e5bc2203e8eaa126abe526c8be2fac5.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":52.88,"min_quantity":1}],"weight":"0","compare_at_price":"124.99","price":"52.88","retail_price":"124.99","available":true,"url":"\/products\/handcrafted-christmas-tree-omoshiroi-memo-pad-1?variant=2db922ad-659f-427a-9df9-85efdb3bf72a","available_quantity":999999999,"options":[{"name":"Style","value":"Christmas Tree with Light"}],"off_ratio":58,"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":"2db922ad-659f-427a-9df9-85efdb3bf72a","product_id":"874f48d5-0b20-4a98-8e66-833e8332eaf9","title":"Christmas Tree with Light","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Christmas Tree with Light","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1e5bc2203e8eaa126abe526c8be2fac5.jpeg","path":"1e5bc2203e8eaa126abe526c8be2fac5.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":52.88,"min_quantity":1}],"weight":"0","compare_at_price":"124.99","price":"52.88","retail_price":"124.99","available":true,"url":"\/products\/handcrafted-christmas-tree-omoshiroi-memo-pad-1?variant=2db922ad-659f-427a-9df9-85efdb3bf72a","available_quantity":999999999,"options":[{"name":"Style","value":"Christmas Tree with Light"}],"off_ratio":58,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}