Hello,
I am trying to draft 2 separate email templates (“Order Delivered” and “Order Refunded”) which will be automatically sent to customers via our Shopify admin whenever these 2 events have occurred.
The problem I am currently having is that the unit prices are not showing up when I send a test email for these 2 templates. For reference, I have copied the unit price variable over from my “Order Confirmed” template which is working fine. Please see the screenshots below:
The unit price variable I used for these 2 templates is : {{ line.price|money }}
Any help will be greatly appreciated. Thank you in advance!