${function() {
const variantData = data.variant || {"id":"a682d958-e7f7-4fec-9d22-b18bd5b48df5","product_id":"4225748d-5d99-4682-b90c-1570d95d2669","title":"Green-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6869283","barcode":"6869283","position":1,"option1":"Green","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/74e2746f1601cd20325cdb2bb9d248ad.jpeg","path":"74e2746f1601cd20325cdb2bb9d248ad.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"45.41","price":"22.99","retail_price":"45.41","available":true,"url":"\/products\/summer-printed-shoulder-straps-bouffant-two-piece-dress?variant=a682d958-e7f7-4fec-9d22-b18bd5b48df5","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"s"}],"off_ratio":49,"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.
Sku : 6869283
Weight : 0.2kg
Barcode : 6869283
${function(){
const variantData = data.variant || {"id":"a682d958-e7f7-4fec-9d22-b18bd5b48df5","product_id":"4225748d-5d99-4682-b90c-1570d95d2669","title":"Green-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6869283","barcode":"6869283","position":1,"option1":"Green","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/74e2746f1601cd20325cdb2bb9d248ad.jpeg","path":"74e2746f1601cd20325cdb2bb9d248ad.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"45.41","price":"22.99","retail_price":"45.41","available":true,"url":"\/products\/summer-printed-shoulder-straps-bouffant-two-piece-dress?variant=a682d958-e7f7-4fec-9d22-b18bd5b48df5","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"s"}],"off_ratio":49,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}