I’m working to edit the internal “new order” notification email that is sent from Shopify when an order is placed. Beneath the subtotal line I need to include a line displaying the total savings applied to the order.
I’ve reviewed Shopify’s guidelines on Liquid variables found here: https://help.shopify.com/en/manual/orders/notifications/email-variables#discounts and found that the discount_application.total_allocated_amount variable should accomplish what I’m needing. However when adding it in a table row, the “Discounts” title is displayed but the value is not (see screenshot below)
Current code is below:
Discounts
**{{ discount_application.total_allocated_amount | money }}**
Any ideas on what I might be missing?
