How do I create a dropdown menu for switching websites and not just stores?
More specifically, I want to switch between Magento websites. There’s a dropdown menu in a template for switching stores and one for switching languages, but there isn’t one for switching websites.
Found a solution on the Magento forums: http://www.magentocommerce.com/boards/viewthread/8296/
You have to create a copy of the
app/design/frontend/base/default/template/page/switch/stores.phtmltemplate in your custom theme package.Then you have to modify it to use the following code:
Links to Magento API docs for the methods used: