mygento/geoip

Geo IP module for Magento

Installs: 3 133

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento-module

1.1.1 2019-09-23 09:49 UTC

This package is auto-updated.

Last update: 2024-03-23 19:10:27 UTC


README

Build Status Code Climate Scrutinizer Code Quality

Use Sypex Geo DB in Magento

База Sypex Geo - по ходу использования и тестов - в РФ определяет города лучше аналогичных публичных баз.

USAGE:

  1. Insert into head.phtml: init(); ?>
  2. Get current city: getCurrentCity(); ?>
  3. You can set current city by sending POST ($postData['city'])) to geoip/ajax/set controller.