${function() {
const variantData = data.variant || {"id":"33018b51-2bbd-4517-a084-230678df7127","product_id":"edb335c4-5871-41b4-b9a6-3861adea6471","title":"claret_red-2xl","weight_unit":"kg","inventory_quantity":1000,"sku":"4174550","barcode":"","position":1,"option1":"claret_red","option2":"2xl","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/95dbda1981fb399d6ea0de4941da7db0.jpeg","path":"95dbda1981fb399d6ea0de4941da7db0.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":25,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"25","retail_price":"0","available":true,"url":"\/products\/floral-printed-round-neck-casual-maxi-dress?variant=33018b51-2bbd-4517-a084-230678df7127","available_quantity":999999999,"options":[{"name":"Color","value":"claret_red"},{"name":"Size","value":"2xl"}],"off_ratio":0,"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":"33018b51-2bbd-4517-a084-230678df7127","product_id":"edb335c4-5871-41b4-b9a6-3861adea6471","title":"claret_red-2xl","weight_unit":"kg","inventory_quantity":1000,"sku":"4174550","barcode":"","position":1,"option1":"claret_red","option2":"2xl","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/95dbda1981fb399d6ea0de4941da7db0.jpeg","path":"95dbda1981fb399d6ea0de4941da7db0.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":25,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"25","retail_price":"0","available":true,"url":"\/products\/floral-printed-round-neck-casual-maxi-dress?variant=33018b51-2bbd-4517-a084-230678df7127","available_quantity":999999999,"options":[{"name":"Color","value":"claret_red"},{"name":"Size","value":"2xl"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}