${function() {
const variantData = data.variant || {"id":"9f63f7a8-c2de-4278-a763-9b912ac231ce","product_id":"f1e69ba6-4bb9-47af-a982-7e14c920e317","title":"WHITE","weight_unit":"kg","inventory_quantity":0,"sku":"CY-!134840-C1295","barcode":"","position":1,"option1":"WHITE","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/93f81eb20d6274b019d6b98f5eb1976d.jpeg","path":"93f81eb20d6274b019d6b98f5eb1976d.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.99,"min_quantity":1}],"weight":"0.5","compare_at_price":"42.99","price":"21.99","retail_price":"42.99","available":true,"url":"\/products\/crochet-tote-bag-little-white-rabbit-love-knit-shoulder-bag?variant=9f63f7a8-c2de-4278-a763-9b912ac231ce","available_quantity":999999999,"options":[{"name":"Color","value":"WHITE"}],"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-!134840-C1295
Weight : 0.5kg
${function(){
const variantData = data.variant || {"id":"9f63f7a8-c2de-4278-a763-9b912ac231ce","product_id":"f1e69ba6-4bb9-47af-a982-7e14c920e317","title":"WHITE","weight_unit":"kg","inventory_quantity":0,"sku":"CY-!134840-C1295","barcode":"","position":1,"option1":"WHITE","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/93f81eb20d6274b019d6b98f5eb1976d.jpeg","path":"93f81eb20d6274b019d6b98f5eb1976d.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.99,"min_quantity":1}],"weight":"0.5","compare_at_price":"42.99","price":"21.99","retail_price":"42.99","available":true,"url":"\/products\/crochet-tote-bag-little-white-rabbit-love-knit-shoulder-bag?variant=9f63f7a8-c2de-4278-a763-9b912ac231ce","available_quantity":999999999,"options":[{"name":"Color","value":"WHITE"}],"off_ratio":49,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}