Adding Contact Information To The Order Printer Shopify App Custom Template

Hello all,

I saw in a previous thread (HERE) on how to edit the custom template to provide the ability to change/add billing information, however how does one add the ability to add the “Contact Information” portion of information where it provides the client’s email address and phone number?

Thank you in advance.

We were able to figure it out by adding the following:

Customer Email: {{ **order.email** }}

Whereas the “order.email” tag is what’s required.