Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jeroenalewijns/ce37a2c6312dac080aaff5b0f6403aed to your computer and use it in GitHub Desktop.
Save jeroenalewijns/ce37a2c6312dac080aaff5b0f6403aed to your computer and use it in GitHub Desktop.
Magento2 - email footer
## Template Content
<!-- End Content -->
</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td class="footer">
<table>
<tr>
<td width="300">
{{depend store_phone}}
<p class="phone">
{{trans '<a href="tel:%store_phone">%store_phone</a>' store_phone=$store_phone |raw}}
</p>
{{/depend}}
<p class="mail">
<a href="mailto:<<< INSERT CUSTOMER E-MAILADDRESS HERE >>>"><<< INSERT CUSTOMER E-MAILADDRESS HERE >>></a>
</p>
{{depend store_hours}}
<p class="hours">
{{trans 'Hours of Operation:<br /><span class="no-link">%store_hours</span>.' store_hours=$store_hours |raw}}
</p>
{{/depend}}
</td>
<td width="300">
<p class="address">
<<< INSERT CUSTOMER ADDRESS HERE >>>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- End wrapper table -->
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment