${function() {
const variantData = data.variant || {"id":"c87a52b4-61d7-4985-a631-15be4648efe0","product_id":"17fb26bf-3235-486f-9da7-838b37e7ce68","title":"16 fl oz","weight_unit":"lb","inventory_quantity":0,"sku":"'5283064302","barcode":"","position":1,"option1":"16 fl oz","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/41b0f94a482021f7edc0dab4c9ea7eea.jpeg","path":"41b0f94a482021f7edc0dab4c9ea7eea.jpeg","width":2048,"height":2048,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"39","retail_price":"0","available":true,"url":"\/products\/briogeo-dont-despair-repair-super-moisture-shampoo?variant=c87a52b4-61d7-4985-a631-15be4648efe0","available_quantity":999999999,"options":[{"name":"Size","value":"16 fl oz"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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.
${function(){
const variantData = data.variant || {"id":"c87a52b4-61d7-4985-a631-15be4648efe0","product_id":"17fb26bf-3235-486f-9da7-838b37e7ce68","title":"16 fl oz","weight_unit":"lb","inventory_quantity":0,"sku":"'5283064302","barcode":"","position":1,"option1":"16 fl oz","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/41b0f94a482021f7edc0dab4c9ea7eea.jpeg","path":"41b0f94a482021f7edc0dab4c9ea7eea.jpeg","width":2048,"height":2048,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"39","retail_price":"0","available":true,"url":"\/products\/briogeo-dont-despair-repair-super-moisture-shampoo?variant=c87a52b4-61d7-4985-a631-15be4648efe0","available_quantity":999999999,"options":[{"name":"Size","value":"16 fl oz"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}