CMS Development

leckerman
Top Contributor

Html email template - office location footer

SOLVE

Hello,

I'm having trouble figuring out how to alter/edit the footer in an html email template to include a pick list of office locations. This isn't a module in the design manager that I can find or edit. There must be something in this code that is controling this on the front end (see image below). Its greyed out and I don't see anything in the html text that allows me to edit it. Are we forced to only use our default "MAIN" address?

 

email-footer-address.jpg

 

<!-- Begin Template Footer -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="footerTable">
<div class="footer-container-wrapper">
<tr>
<td align="left" valign="top" class="bodyContent" width="100%" colspan="12">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="templateColumnWrapper">
<tr>
<td align="left" valign="top" colspan="12" width="100.0%" class="column" style="text-align: center; font-family: {{ primary_font }}; font-size: 10px; line-height: 1.5em; color: #808080; padding-left: 20px; padding-right: 20px; padding-top: 100px ">
<div class="widget-span widget-type-email_can_spam " style="" data-widget-type="email_can_spam">
<hr style="color: #cccccc;">
<p id="footer" style="font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; text-align: center; font-size: 10px; line-height: 1.5em; color: #808080; display: block">
{{ site_settings.company_name }},&nbsp;&nbsp;{{site_settings.company_street_address_1 }}
&nbsp;{{ site_settings.company_street_address_2 }}
&nbsp;{{ site_settings.company_city }},
&nbsp;{{ site_settings.company_state }}
&nbsp;&nbsp;{{ site_settings.company_zip }}
&nbsp;&nbsp;{{ site_settings.company_country }}
<br/>
You have received this email because you are subscribed to {{ subscription_name }} from {{ site_settings.company_name }}.
<br/>
Update your <a class="hubspot-mergetag" data-unsubscribe="true" href="{{ unsubscribe_link }}" style="text-decoration: underline; whitespace: nowrap; color: #808080;">email preferences</a> to choose the types of emails you receive or <a class="hubspot-mergetag" data-unsubscribe="true" href="{{ unsubscribe_link_all }}" style="text-decoration: underline; whitespace: nowrap; color: #808080;">unsubscribe from all emails</a>.
</p>

</div><!--end widget-span -->
</td>
</tr>
</table>
</td>
</tr>
</div><!--end footer wrapper -->
<tr>
{% hubspot_footer %}
</tr>
</table>
<!-- End Template Footer -->

 

  

1 Accepted solution
tjoyce
Solution
Recognized Expert | Elite Partner
Recognized Expert | Elite Partner

Html email template - office location footer

SOLVE

Unfortunately, yes, that is the case. You only get 1 location for the footer of your emails. However, you can add another section above the footer that lists your other locations.

 


tim@belch.io | https://forms.belch.io

View solution in original post

0 Upvotes
2 Replies 2
tjoyce
Solution
Recognized Expert | Elite Partner
Recognized Expert | Elite Partner

Html email template - office location footer

SOLVE

Unfortunately, yes, that is the case. You only get 1 location for the footer of your emails. However, you can add another section above the footer that lists your other locations.

 


tim@belch.io | https://forms.belch.io
0 Upvotes
leckerman
Top Contributor

Html email template - office location footer

SOLVE

That's a bummer! Thank you for responding.