Magento 1.8 – Switching Between Websites Using URL

magento-1.8multistorewebsites

If I set up two websites Website1 and Website2 on a single domain, is it possible to switch between them using a URL change e.g. equivalent of adding "?___store="? I want to be able to quickly check Website2 if I am currently on Website1.

There are three websites, three store views.

Website Name; Store View Name

  • company_gbp; company_gbp_en
  • company_usd; company_usd_en
  • company_eur; company_eur_en

Entering http://www.company.com/?___store=company_usd or http://www.company.com/?___store=company_usd_en doesn't show me the US store as I'd expect.

Where am I going wrong? Thanks, I have search everywhere to answer this!

Best Answer

Exactly that way.

<url>?___store=<storecode>

This only works, if <url> exists in the store, if not you should get a 404.

Related Topic