${function() {
const variantData = data.variant || {"id":"9b31652c-cb5b-447a-a94f-e43ed5c708eb","product_id":"33ced6b9-9b59-4ba9-affc-18aaad790241","title":"Red-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6415774","barcode":"6415774","position":1,"option1":"Red","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c6fe47ccd3fa977f781f435f1aaca9a4.jpeg","path":"c6fe47ccd3fa977f781f435f1aaca9a4.jpeg","width":800,"height":801,"alt":"","aspect_ratio":0.9987515605493134},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0.15","compare_at_price":"51.47","price":"22.99","retail_price":"51.47","available":true,"url":"\/products\/casual-sexy-deep-v-neck-falbala-hemline-sling-floral-print-mini-dresses?variant=9b31652c-cb5b-447a-a94f-e43ed5c708eb","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"s"}],"off_ratio":55,"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 : 6415774
Weight : 0.15kg
Barcode : 6415774
${function(){
const variantData = data.variant || {"id":"9b31652c-cb5b-447a-a94f-e43ed5c708eb","product_id":"33ced6b9-9b59-4ba9-affc-18aaad790241","title":"Red-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6415774","barcode":"6415774","position":1,"option1":"Red","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c6fe47ccd3fa977f781f435f1aaca9a4.jpeg","path":"c6fe47ccd3fa977f781f435f1aaca9a4.jpeg","width":800,"height":801,"alt":"","aspect_ratio":0.9987515605493134},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0.15","compare_at_price":"51.47","price":"22.99","retail_price":"51.47","available":true,"url":"\/products\/casual-sexy-deep-v-neck-falbala-hemline-sling-floral-print-mini-dresses?variant=9b31652c-cb5b-447a-a94f-e43ed5c708eb","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"s"}],"off_ratio":55,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}