Skip to content

Instantly share code, notes, and snippets.

@veritstudio
Created November 21, 2019 20:53
Show Gist options
  • Select an option

  • Save veritstudio/0cbbbde0339c2bacf6d383d7b3a488a6 to your computer and use it in GitHub Desktop.

Select an option

Save veritstudio/0cbbbde0339c2bacf6d383d7b3a488a6 to your computer and use it in GitHub Desktop.
Call store switcher - Magento 2
<?= $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