
you can really save your money as it combines two extensions. great support. fast and sharp
1. GeoIP Database
2. Automatic display currency based on customer geographic location
3. Prices rounding when a price is displed not in a base currency
4. Store view redirect based on customer browser language or GeoIp location
5. Robots Restrictions
6. Integration with custom themes out of the box
Find out more about Auto Currency Switcher and Auto Language Switcher.
Does the GeoIP switcher extension provide support to varnish cache?
- Yes, it does. To make the module work properly with the varnish cache you need to modify the Varnish Cache configuration file (by default /etc/varnish/default.vcl) on your server and restart varnish. Please add these lines of code to the varnish config file:
if (req.http.cookie !~ "PHPSESSID=" && req.http.User-Agent !~ "bot" && req.http.User-Agent !~ "loader") {
return (pass);
}
With this setting, your store will be displayed without varnish cache during the first visit. You need to do this as the GeoIP detections held on the PHP level, and you need to allow varnish to skip first's visitor request to make GeoIP detection possible.
Can I install your Magento 2 GeoIP Switcher module via the composer?
- Yes, you can. All our modules can be installed via the composer. Once you purchase the extension you receive keys to the private Megafan composer repository and find the composer installation commands available in the "My Downloads" section.