So when someone orders from my shop - I get this email. However, I want it to include their email is this possible? I’ve googled / shopified it - and I see where I can change what they receive; but I want to receive an email with the clients name and their email, either in parentheses or a clickable link would be preferred.
Thanks for all your help in advance.
Hi @lvsports702 ,
Please follow the instructions below.
-
Go to Admin page. Click Settings at the bottom left corner.
-
Open the Notifications
-
Go down to Templates and click “New Order”, see image below.
- This will open the HTML template for the email. Add the code below, please see image for placement.
Customer's email: {{customer.email}}
Placement:
PREVIEW: The text will show before the view order button

You’re a god send. Thank you so much.