Skip to content

Magento Module to remove the store query string appended to the URL by the store switcher.

Notifications You must be signed in to change notification settings

rossmc/RemoveStoreQueryString

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

RemoveStoreQueryString

Overview

RemoveStoreQueryString is a module for Magento which changes the behaviour of the frontend store switcher by removing the ___store query string from the URL while still setting the correct store cookie.

For example http://www.example.com/?___store=french&___from_store=german would simply become http://www.example.com/.

Magento Language Switcher.

See this blog post for a more detailed explanation of how the code works.

Installation

  • Download latest version here.
  • Unzip to Magento root folder.
  • Clear cache.
  • Logout from admin then login again to access module configuration.

Configuration

  • Go to System > Configuration > Web > Url Options.
  • Enable Remove Store Query String.
  • Clear cache.

Remove Store Query String Config

About

Magento Module to remove the store query string appended to the URL by the store switcher.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages