| Characteristics | |
| OpenCart | 2.0, 2.1, 2.2, 2.3 |
| XML modification | Yes |
| Localization | English, Russian |
| Statistics | 38923 169 |
| Files | |
Automaticdetection of theuser's region byIP address. The region is defined once and is stored in the session and cookie, but the user can change it.
Theuser's region is substituted during registration and ordering, eliminating the need for the user to fill in the fields Region, City, Postcode.
The currencychanges automaticallywhen determining / changing the country.
It is possible to displayinformationdependingon the location of the visitor(see screenshots)
You can set upredirects depending on the location, for example, to ua.site.com for Ukraine or spb.site.com for St. Petersburg
Contains a database of settlements inRussia(FIAS),Ukraine, Belarus, Kazakhstanin Russian.
Determination by IP works for Russia, Ukraine, Belarus and Kazakhstan up to the city for other countries up to the country.
The module is in Russian, the author does not guarantee 100% work of the module for other languages. Setting up redirects, currencies and geomessages is possible only for the above countries.
FOR OPENCART BEFORE VERSION 2.2:
In index.php before
$controller = new Front($registry);
add
$registry->set('geoip', new GeoIP($registry));FOR OPENCART 2.2 AND HIGHER:
In system/config/catalog.php add
'geoip_mod'
separated by commas in
$_['library_autoload'] = array(... );
should go something like this:
// Autoload Libraries
$_['library_autoload'] = array(
'openbay',
'geoip_mod'
);
Now go to module settings and configure it!
| File Name | Added | Modified |
|---|---|---|
geoip-v5.3_oc20-21.ocmod.zip Size: 11.38 MB | 24.09.2017 | 16.03.2018 |
geoip-v5.3_oc22-23.ocmod.zip Size: 11.39 MB | 24.09.2017 | 16.03.2018 |
Leave your review about this product