Created
November 21, 2019 20:53
-
-
Save veritstudio/0cbbbde0339c2bacf6d383d7b3a488a6 to your computer and use it in GitHub Desktop.
Call store switcher - Magento 2
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
| <?= $this->getLayout() | |
| ->createBlock('Magento\Store\Block\Switcher') | |
| ->setTemplate('Magento_Store::switch/stores.phtml') | |
| ->toHtml(); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment