drew_n's profile

1.4K Messages

 • 

262.9K Points

Sunday, January 19th, 2014 4:14 PM

Closed

How do I add my customer's email address to the order invoice email?

1. Go to Design.

2. Click on More › Emails.

3. Scroll down to invoice_email. Click on the Action wheel to the right, and select edit.

4. Click on the HTML icon in the tool bar to view the HTML for this page. Approximately halfway down the HTML you will see:

<!-- <div style="%%GLOBAL_HideShippingEmail%%">%%LNG_Email%%: %%GLOBAL_ShippingEmail%%</div> --> and

<!-- <div style="%%GLOBAL_HideBillingEmail%%">%%LNG_Email%%: %%GLOBAL_BillingEmail%%</div> -->

1868-html-beforepng

5. Remove the <!---->,style="%%GLOBAL_HideShippingEmail%%", andstyle="%%GLOBAL_HideBillingEmail%%". You will be left with:

<div>%%LNG_Email%%: %%GLOBAL_ShippingEmail%%</div> and

<div>%%LNG_Email%%: %%GLOBAL_ShippingEmail%%</div>

This conversation is no longer open for comments or replies and is no longer visible to community members.

No Responses!