0

I've been asked to scope out a move to multisite Magento, introducing a second store that uses a different currency and pricing.

However, we do not wish to redirect customers to a new URL to use the new site, only display the different pricing in the other store view when they choose the other store using the default store switcher.

Can Magento handle serving multiple stores from a single URL, or does it need some difference to render route properly?

asked Aug 19, 2016 at 3:09

1 Answer 1

1

Yes, Magento serve multiple stores from single URL.You don't need different url for each store view.

Yo can add stores in the admin menu System> Manage Stores.

Then, in System> Configuration> Web> URL Options, change Add Store Code to URLs to "Yes".

answered Aug 19, 2016 at 4:11
2
  • So what you are saying is that it still requires a store code in the URL to differentiate between stores. I was hoping it was possible to have the store code stored in the session so that the store the user is in is 'invisible' apart from the changes they see on screen Commented Aug 22, 2016 at 0:15
  • store code is not mandatory Commented Aug 22, 2016 at 7:25

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.