Magento - Add customer email into Address Templates HTML
Managed to get this by adding:
{{var order.getCustomerEmail()}}
underneath:
{{var order.getShippingAddress().format('html')}}
in the transactional email templates in admin
Managed to get this by adding:
{{var order.getCustomerEmail()}}
underneath:
{{var order.getShippingAddress().format('html')}}
in the transactional email templates in admin