${function() {
const variantData = data.variant || {"id":"3442a1e7-8d53-408c-9ee2-be139c0b34b8","product_id":"4f3a3c5c-263d-4ec4-b48b-68e077f43c2b","title":"Beige-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6522103","barcode":"","position":1,"option1":"Beige","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/85533368b835a3d7e93d36d0d39d7c60.jpeg","path":"85533368b835a3d7e93d36d0d39d7c60.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28.6,"min_quantity":1}],"weight":"0","compare_at_price":"71.69","price":"28.6","retail_price":"71.69","available":true,"url":"\/products\/f95c958ada0e?variant=3442a1e7-8d53-408c-9ee2-be139c0b34b8","available_quantity":999999999,"options":[{"name":"Color","value":"Beige"},{"name":"Size","value":"s"}],"off_ratio":60,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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":"3442a1e7-8d53-408c-9ee2-be139c0b34b8","product_id":"4f3a3c5c-263d-4ec4-b48b-68e077f43c2b","title":"Beige-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6522103","barcode":"","position":1,"option1":"Beige","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/85533368b835a3d7e93d36d0d39d7c60.jpeg","path":"85533368b835a3d7e93d36d0d39d7c60.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28.6,"min_quantity":1}],"weight":"0","compare_at_price":"71.69","price":"28.6","retail_price":"71.69","available":true,"url":"\/products\/f95c958ada0e?variant=3442a1e7-8d53-408c-9ee2-be139c0b34b8","available_quantity":999999999,"options":[{"name":"Color","value":"Beige"},{"name":"Size","value":"s"}],"off_ratio":60,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}