How to add customer email to new order emails that admin recieves

Currently when I receive a new order email it has all the shipping details but it does not contain the customers email in the details. I need the customers email to give them notifications for shipping and etc. how do I add the customers email under the shipping section of new order emails that us admin receive whenever a new order is placed?

Thanks very much,

Will

Hi Will

This is done using the Notifications section in Shopify Settings.

  1. Click the “Settings” menu option at the bottom of the left-hand bar in Shopify Admin.
  2. Click the “Notifications” option from the list of options on the right in the settings screen.
  3. Scroll down to the “Staff order notifications” section on this page and click the “New Order” template.
  4. You’ll now see the HTML/Liquid for this template (use the Preview button at the top to see what it currently looks like).
  5. Then simply find the line in the code that says this:
  6. Create a new line under the line I just mentioned point 5 and paste in the following:
  7. <tr><strong>Email Address:</strong> {{email}}<br><br></tr>
    

    The end result will look like this - the red section is what you’ve added to the template:

    Provided that’s all gone to plan you’ll now see the email in the preview - then just save it to confirm!

3 Likes

Thank you, it worked perfectly!

1 Like