${function() {
const variantData = data.variant || {"id":"f6488f93-e5b2-4f49-951c-be9867403bfe","product_id":"18dc3b13-9e4e-4186-ba88-45e3a4747ab6","title":"Green","weight_unit":"kg","inventory_quantity":100,"sku":"CG03457-Green-A001358","barcode":"","position":2,"option1":"Green","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3583afdb3f268d3935f21eb52de37f97.jpeg","path":"3583afdb3f268d3935f21eb52de37f97.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=f6488f93-e5b2-4f49-951c-be9867403bfe","available_quantity":100,"options":[{"name":"Color","value":"Green"}],"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-Green-A001358
Weight : 1kg
${function(){
const variantData = data.variant || {"id":"f6488f93-e5b2-4f49-951c-be9867403bfe","product_id":"18dc3b13-9e4e-4186-ba88-45e3a4747ab6","title":"Green","weight_unit":"kg","inventory_quantity":100,"sku":"CG03457-Green-A001358","barcode":"","position":2,"option1":"Green","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3583afdb3f268d3935f21eb52de37f97.jpeg","path":"3583afdb3f268d3935f21eb52de37f97.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=f6488f93-e5b2-4f49-951c-be9867403bfe","available_quantity":100,"options":[{"name":"Color","value":"Green"}],"off_ratio":67,"flashsale_info":[],"sales":5000};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}