Created
May 9, 2017 07:17
-
-
Save jeroenalewijns/ce37a2c6312dac080aaff5b0f6403aed to your computer and use it in GitHub Desktop.
Magento2 - email footer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Template Content | |
<!-- End Content --> | |
</td> | |
</tr> | |
<tr><td> </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