Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3437444
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T08:03:57+00:00 2026-05-18T08:03:57+00:00

How do I create a dropdown menu for switching websites and not just stores?

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T08:03:58+00:00Added an answer on May 18, 2026 at 8:03 am

    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.phtml template in your custom theme package.

    Then you have to modify it to use the following code:

    <?php
    $websites = Mage::app()->getWebsites();
    
    if (count($websites) > 1): ?>
    <div class="website-switcher">
        <label for="select-website"><?php echo $this->__('Select Store:') ?></label>
        <select id="select-website" title="<?php echo $this->__('Select Store') ?>" onchange="location.href=this.value">
        <?php foreach ($websites as $website): // print out each website name and code as a dropdown box item ?>
            <?php $_selected = $website->getCode() == Mage::app()->getWebsite()->getCode() ? ' selected="selected"' : '' ?>
            <option value="<?php echo $website->getDefaultStore()->getBaseUrl()?>"<?php echo $_selected ?>><?php echo $this->htmlEscape($website->getName()) ?></option>
        <?php endforeach; ?>
        </select>
    </div>
    <?php endif; ?>
    

    Links to Magento API docs for the methods used:

    • Mage::app()->getWebsites()
    • Mage::app()->getWebsite()->getCode()
    • $website->getCode()
    • $website->getDefaultStore()->getBaseUrl()
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to create a Dropdown menu where I have 3 level, I have
I am trying to create a dropdown menu. It working well. I want the
I want to create a custom WPF dropdown menu, so I created a User
I want to create this menu where on hover a dropdown menu appears and
I am trying to create a Dynamic Dropdown menu class which contains a class
I'm trying to create a dropdown kind of menu.So on clicking on a div
I'm following Railscast 88 to create a dynamic dependent dropdown menu. http://railscasts.com/episodes/88-dynamic-select-menus I'm rendering
I want to create a dropdown list with a list of spoken languages (English,
I am trying to create dropdown menu for Wordpress theme and having some silly
I'm following this tutorial here http://www.kriesi.at/archives/create-a-multilevel-dropdown-menu-with-css-and-improve-it-via-jquery on adding a menu with jquery. I've created

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.