Can anyone please advise how to add the customer’s email address to the order notification email that the admin receives?
Ideally this would be below the shipping address.
Can anyone please advise how to add the customer’s email address to the order notification email that the admin receives?
Ideally this would be below the shipping address.
Hi! Its not possible to do. Admin and customer receive different emails.
More information here https://help.shopify.com/en/manual/orders/notifications/order-notifications
Not sure this has been understood properly.
As part of the email that admin receives when an order is place, I want to add the customer’s email address to the body of the email underneath the shipping address. This is to make it easier for our sales team to process the order without having to login to shopify.
Here you can find email template – Settings->Notifications->Staff order notifications->new order
For adding customer email just add in code this – {{ customer.email }}
Perfect thanks!
Hey Paulryazanov,
I’m trying to add this code to add customer email to the new order emails I receive which are used to process the orders, where should I be adding this code because it does seem to work for me?
Thanks so much,
Will