${function() {
const variantData = data.variant || {"id":"a3332ef7-f4e8-40b2-89f2-e1e6be2a9cc5","product_id":"0ee007ae-790e-4e11-9237-cdaec17bc649","title":"Green-M","weight_unit":"kg","inventory_quantity":1000,"sku":"Green M-41367976","barcode":"","position":1,"option1":"Green","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/10e41375425ffc2741337c8f0eb42aaa.jpeg","path":"10e41375425ffc2741337c8f0eb42aaa.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.68,"min_quantity":1}],"weight":"0","compare_at_price":"39.68","price":"39.68","retail_price":"39.68","available":true,"url":"\/products\/summer-embroidery-loose-drawstring-straps-mid-length-linen-cotton-dress-208528463526?variant=a3332ef7-f4e8-40b2-89f2-e1e6be2a9cc5","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"M"}],"off_ratio":0,"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":"a3332ef7-f4e8-40b2-89f2-e1e6be2a9cc5","product_id":"0ee007ae-790e-4e11-9237-cdaec17bc649","title":"Green-M","weight_unit":"kg","inventory_quantity":1000,"sku":"Green M-41367976","barcode":"","position":1,"option1":"Green","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/10e41375425ffc2741337c8f0eb42aaa.jpeg","path":"10e41375425ffc2741337c8f0eb42aaa.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.68,"min_quantity":1}],"weight":"0","compare_at_price":"39.68","price":"39.68","retail_price":"39.68","available":true,"url":"\/products\/summer-embroidery-loose-drawstring-straps-mid-length-linen-cotton-dress-208528463526?variant=a3332ef7-f4e8-40b2-89f2-e1e6be2a9cc5","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}