If you wish to see your customer’s email address in the order confirmation emails sent out by Magento, you will have to edit (or create a new template and assign it to new order emails) the new order confirmation email template and add this shortcode to it.
[php]
{{htmlescape var=$order.getCustomerEmail()}}
[/php]
This will display the email address of the customer in the order emails.
Is this also working for guest customers who don’t have an account but only order once?
Yes, it’s also working for Guest customers – just tested. Thank you!
Tanks!!
I’ll chcek it out ;)
Thank you – super easy and works perfectly
@Jenny You are welcome!