${function() {
const variantData = data.variant || {"id":"1dff620e-dd46-4d61-8c00-23eaf0c9e20c","product_id":"8659fe5b-4b28-45b2-b848-f3e5ead31872","title":"Green-xs","weight_unit":"kg","inventory_quantity":1000,"sku":"6897518","barcode":"6897518","position":1,"option1":"Green","option2":"xs","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c923b3f138a23a8a35a91ff610bf959c.webp","path":"c923b3f138a23a8a35a91ff610bf959c.webp","width":667,"height":667,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"42.99","price":"21.99","retail_price":"42.99","available":true,"url":"\/products\/sleeveless-backless-tie-sweet-zip-dress?variant=1dff620e-dd46-4d61-8c00-23eaf0c9e20c","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"xs"}],"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 : 6897518
Weight : 0.2kg
Barcode : 6897518
${function(){
const variantData = data.variant || {"id":"1dff620e-dd46-4d61-8c00-23eaf0c9e20c","product_id":"8659fe5b-4b28-45b2-b848-f3e5ead31872","title":"Green-xs","weight_unit":"kg","inventory_quantity":1000,"sku":"6897518","barcode":"6897518","position":1,"option1":"Green","option2":"xs","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c923b3f138a23a8a35a91ff610bf959c.webp","path":"c923b3f138a23a8a35a91ff610bf959c.webp","width":667,"height":667,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"42.99","price":"21.99","retail_price":"42.99","available":true,"url":"\/products\/sleeveless-backless-tie-sweet-zip-dress?variant=1dff620e-dd46-4d61-8c00-23eaf0c9e20c","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"xs"}],"off_ratio":49,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}