${function() {
const variantData = data.variant || {"id":"15470827-882e-4e2b-8893-3c2c3e76aa60","product_id":"bba9bb04-1fcd-4aa0-8580-f80d87eff816","title":"Black-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"EGZ263285-Black-XS","barcode":"","position":5,"option1":"Black","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/95513aefb32c4899ec9104f6c0d2f878.jpeg","path":"95513aefb32c4899ec9104f6c0d2f878.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"29.99","price":"19.99","retail_price":"29.99","available":true,"url":"\/products\/ice-lolly-print-tee?variant=15470827-882e-4e2b-8893-3c2c3e76aa60","available_quantity":999999999,"options":[{"name":"color","value":"Black"},{"name":"size","value":"XS"}],"off_ratio":33,"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.
${function(){
const variantData = data.variant || {"id":"15470827-882e-4e2b-8893-3c2c3e76aa60","product_id":"bba9bb04-1fcd-4aa0-8580-f80d87eff816","title":"Black-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"EGZ263285-Black-XS","barcode":"","position":5,"option1":"Black","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/95513aefb32c4899ec9104f6c0d2f878.jpeg","path":"95513aefb32c4899ec9104f6c0d2f878.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"29.99","price":"19.99","retail_price":"29.99","available":true,"url":"\/products\/ice-lolly-print-tee?variant=15470827-882e-4e2b-8893-3c2c3e76aa60","available_quantity":999999999,"options":[{"name":"color","value":"Black"},{"name":"size","value":"XS"}],"off_ratio":33,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}