Created
October 25, 2018 13:12
-
-
Save veritstudio/3b455cfaa750c42b851d3c203afef601 to your computer and use it in GitHub Desktop.
Add link inside magento 2 email templates
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
<!-- // Add this inside html file --> | |
<a href="{{store direct_url='contact-us'}}">Contact Us</a> |
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
<?php // Add this inside phtml file ?> | |
<a href="<?= $block->getUrl('contact-us') ?>">Contact Us</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment