${function() {
const variantData = data.variant || {"id":"3b07e246-d39a-4ee2-b7d7-0cde25436428","product_id":"8f1f843f-eedc-4bfc-8fc8-84ef3d78b420","title":"PINK","weight_unit":"kg","inventory_quantity":0,"sku":"CY-!134890-C1253","barcode":"","position":1,"option1":"PINK","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9d51201de9539e4612e03e5a954c34f7.jpeg","path":"9d51201de9539e4612e03e5a954c34f7.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0.5","compare_at_price":"44.99","price":"22.99","retail_price":"44.99","available":true,"url":"\/products\/crochet-tote-bag-blue-white-rainbow-knit-bag?variant=3b07e246-d39a-4ee2-b7d7-0cde25436428","available_quantity":999999999,"options":[{"name":"Color","value":"PINK"}],"off_ratio":49,"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.
Sku : CY-!134890-C1253
Weight : 0.5kg
${function(){
const variantData = data.variant || {"id":"3b07e246-d39a-4ee2-b7d7-0cde25436428","product_id":"8f1f843f-eedc-4bfc-8fc8-84ef3d78b420","title":"PINK","weight_unit":"kg","inventory_quantity":0,"sku":"CY-!134890-C1253","barcode":"","position":1,"option1":"PINK","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9d51201de9539e4612e03e5a954c34f7.jpeg","path":"9d51201de9539e4612e03e5a954c34f7.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0.5","compare_at_price":"44.99","price":"22.99","retail_price":"44.99","available":true,"url":"\/products\/crochet-tote-bag-blue-white-rainbow-knit-bag?variant=3b07e246-d39a-4ee2-b7d7-0cde25436428","available_quantity":999999999,"options":[{"name":"Color","value":"PINK"}],"off_ratio":49,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}