Skip to content

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

License

Notifications You must be signed in to change notification settings

LybeAB/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_GeoStoreSwitcher
     bin/magento setup:upgrade
    
  4. Check under Stores->Configuration->Advanced->Advanced that the module ToBai_GeoStoreSwitcher is present. ToBai Geo Store Switcher is depended on Cloudfront.

  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.

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.

v2.1.0

  • Replaced GeoIP dependecy with Cloudfront

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%