Magento2 Geo Store Switcher
tobai/magento2-geo-store-switcher
Automatically redirects users to the appropriate store view or website based on their geographic location. Uses MaxMind to detect location and ensures correct language, currency, and shipping.
Build Tests
Code Quality
Tested on Magento 2.4.8-p3
Recent Test History
Each release is tested against the latest Magento version at that time.
Looking for Contributors
Dependency injection compilation fails. Your contribution could help the entire Magento community!
Share This Module's Status
README
Loaded from GitHubToBai Geo Store Switcher is a Magento 2 extension. It improves shopping experience on your Magento 2 Store. The module switches to the corresponding Website or Store View and your customers always get correct language locale, can use the currency which best suites them, get correct shipping rates and taxes. ToBai Geo Store Switcher extension uses MaxMind technology which accurately detects geo location of the customer by IP.
Please follow next instructions to successfully install ToBai Geo Store Switcher in your Magento 2 store.
-
Disable the cache with this command:
bin/magento cache:disable -
Add extension to composer require section using this command:
composer require tobai/magento2-geo-store-switcher -
Enable module and upgrade with this commands:
bin/magento module:enable Tobai_GeoIp2 bin/magento module:enable Tobai_GeoStoreSwitcher bin/magento setup:upgrade -
Check under Stores->Configuration->Advanced->Advanced that the module ToBai_GeoStoreSwitcher is present. There also should be present ToBai_GeoIP2 extension which installs automatically. ToBai Geo Store Switcher is depended on ToBai GeoIP2 extension. If ToBai_GeoStoreSwitcher and ToBai_GeoIP2 display in alphabetical order, you successfully installed the reference module!
-
Flush and enable the cache with this commands:
bin/magento cache:flush bin/magento cache:enable
Now you should see at Stores > Configuration new ToBai tab. When you click at this tab you will see Geo Store Switcher section.
Since the Store Switcher extension depends on ToBai_GeoIP2 it should be configured previously.
- First release.
-
Added support of store scope for enabling/disabling.
-
Added support of website scope for all configuration.
-
Added ability to disable module for specific IPs and/or user agents.
- Bug: no redirect from non-base url.
- Refactored the extension.
- Removed overwriting default store/store group/website.
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.