${function() {
const variantData = data.variant || {"id":"a7ab11ae-bb1e-4b53-976e-b1eb0efce67c","product_id":"b275462b-63e3-42b7-a686-b34f1015fe7c","title":"WHITE","weight_unit":"kg","inventory_quantity":0,"sku":"CY-!135388-C1295","barcode":"","position":1,"option1":"WHITE","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e68d4608fe2631c22977e4c348291599.jpeg","path":"e68d4608fe2631c22977e4c348291599.jpeg","width":900,"height":900,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":52.99,"min_quantity":1}],"weight":"0.34","compare_at_price":"104.99","price":"52.99","retail_price":"104.99","available":true,"url":"\/products\/crochet-granny-square-bag-floral-patchwork-handbag?variant=a7ab11ae-bb1e-4b53-976e-b1eb0efce67c","available_quantity":999999999,"options":[{"name":"Color","value":"WHITE"}],"off_ratio":50,"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-!135388-C1295
Weight : 0.34kg
${function(){
const variantData = data.variant || {"id":"a7ab11ae-bb1e-4b53-976e-b1eb0efce67c","product_id":"b275462b-63e3-42b7-a686-b34f1015fe7c","title":"WHITE","weight_unit":"kg","inventory_quantity":0,"sku":"CY-!135388-C1295","barcode":"","position":1,"option1":"WHITE","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e68d4608fe2631c22977e4c348291599.jpeg","path":"e68d4608fe2631c22977e4c348291599.jpeg","width":900,"height":900,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":52.99,"min_quantity":1}],"weight":"0.34","compare_at_price":"104.99","price":"52.99","retail_price":"104.99","available":true,"url":"\/products\/crochet-granny-square-bag-floral-patchwork-handbag?variant=a7ab11ae-bb1e-4b53-976e-b1eb0efce67c","available_quantity":999999999,"options":[{"name":"Color","value":"WHITE"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}