Changing Order Summary / Placed an Order HTML?

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.

  1. Go to Admin page. Click Settings at the bottom left corner.

  2. Open the Notifications

  3. Go down to Templates and click “New Order”, see image below.

  1. 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

![Screenshot 2022-05-30 104728.jpg|1395x1612](upload://nSfaXsf86at4szNeDVkgOnsSFbW.jpeg)

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