Skip to content

ytorbyk/magento2-geo-store-switcher

Repository files navigation

Welcome

ToBai 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.

Installation

Please follow next instructions to successfully install ToBai Geo Store Switcher in your Magento 2 store.

  1. Disable the cache with this command:

     bin/magento cache:disable
    
  2. Add extension to composer require section using this command:

     composer require tobai/magento2-geo-store-switcher
    
  3. Enable module and upgrade with this commands:

     bin/magento module:enable Tobai_GeoIp2
     bin/magento module:enable Tobai_GeoStoreSwitcher
     bin/magento setup:upgrade
    
  4. 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!

  5. 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.

Important

Since the Store Switcher extension depends on ToBai_GeoIP2 it should be configured previously.

Release notes:

v1.0.0

  • First release.

v1.1.0

  • 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.

v1.1.1

  • Bug: no redirect from non-base url.

v2.0.0

  • Refactored the extension.
  • Removed overwriting default store/store group/website.

About

Magento 2 extension: Switching websites/stores depending on current country.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages