${function() {
const variantData = data.variant || {"id":"62eb8d66-ee5f-49bf-9999-232399f6343b","product_id":"30851d89-9882-486a-a4aa-0705f1607284","title":"WHITE","weight_unit":"kg","inventory_quantity":0,"sku":"CY-!135202-C1295","barcode":"","position":1,"option1":"WHITE","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f24965b9f762f12a81f3bdfe2199b62f.jpeg","path":"f24965b9f762f12a81f3bdfe2199b62f.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36.99,"min_quantity":1}],"weight":"0.4","compare_at_price":"72.99","price":"36.99","retail_price":"72.99","available":true,"url":"\/products\/crochet-market-bag-one-shoulder-woven-bag?variant=62eb8d66-ee5f-49bf-9999-232399f6343b","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-!135202-C1295
Weight : 0.4kg
${function(){
const variantData = data.variant || {"id":"62eb8d66-ee5f-49bf-9999-232399f6343b","product_id":"30851d89-9882-486a-a4aa-0705f1607284","title":"WHITE","weight_unit":"kg","inventory_quantity":0,"sku":"CY-!135202-C1295","barcode":"","position":1,"option1":"WHITE","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f24965b9f762f12a81f3bdfe2199b62f.jpeg","path":"f24965b9f762f12a81f3bdfe2199b62f.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36.99,"min_quantity":1}],"weight":"0.4","compare_at_price":"72.99","price":"36.99","retail_price":"72.99","available":true,"url":"\/products\/crochet-market-bag-one-shoulder-woven-bag?variant=62eb8d66-ee5f-49bf-9999-232399f6343b","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}
`
}()}