${function() {
const variantData = data.variant || {"id":"7efcebd0-d8c5-4c8b-9328-e9d2d78f2cf7","product_id":"18dc3b13-9e4e-4186-ba88-45e3a4747ab6","title":"Red","weight_unit":"kg","inventory_quantity":100,"sku":"CG03457-Red-A001359","barcode":"","position":3,"option1":"Red","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/49802d7ac5ebcf660429b1e627d5f122.jpeg","path":"49802d7ac5ebcf660429b1e627d5f122.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.97,"min_quantity":1}],"weight":"1","compare_at_price":"72","price":"23.97","retail_price":"72","available":true,"url":"\/products\/4pcs-refrigerator-liners-mats-washable-refrigerator-mats-liner-waterproof-oilproof-fridge-liners-for-shelves-cover-pads-for-freezer-glass-shelf-cupboard-cabinet-drawer?variant=7efcebd0-d8c5-4c8b-9328-e9d2d78f2cf7","available_quantity":100,"options":[{"name":"Color","value":"Red"}],"off_ratio":67,"flashsale_info":[],"sales":5000};
const saveType = "amount";
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}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : CG03457-Red-A001359
Weight : 1kg
${function(){
const variantData = data.variant || {"id":"7efcebd0-d8c5-4c8b-9328-e9d2d78f2cf7","product_id":"18dc3b13-9e4e-4186-ba88-45e3a4747ab6","title":"Red","weight_unit":"kg","inventory_quantity":100,"sku":"CG03457-Red-A001359","barcode":"","position":3,"option1":"Red","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/49802d7ac5ebcf660429b1e627d5f122.jpeg","path":"49802d7ac5ebcf660429b1e627d5f122.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.97,"min_quantity":1}],"weight":"1","compare_at_price":"72","price":"23.97","retail_price":"72","available":true,"url":"\/products\/4pcs-refrigerator-liners-mats-washable-refrigerator-mats-liner-waterproof-oilproof-fridge-liners-for-shelves-cover-pads-for-freezer-glass-shelf-cupboard-cabinet-drawer?variant=7efcebd0-d8c5-4c8b-9328-e9d2d78f2cf7","available_quantity":100,"options":[{"name":"Color","value":"Red"}],"off_ratio":67,"flashsale_info":[],"sales":5000};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}