Archived and Closed
This conversation is no longer open for comments or replies and is no longer visible to community members. The community moderator provided the following reason for archiving: Archived
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> -->

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

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>
Drew N, Alum
Drew
S