定制 tobai/magento2-geo-ip2 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

tobai/magento2-geo-ip2

最新稳定版本:1.0.2

Composer 安装命令:

composer require tobai/magento2-geo-ip2

包简介

Integrate MaxMind GeoIP2 DB into Magento 2.

README 文档

README

We are happy that you have chosen our free extension ToBai GeoIP2. This extension was created especially for Magento 2 developers to make it easier for them to work with different IP databases.

  • It is pre-defined 2 free databases for Country and City detection from maxmind.com
  • It is possible to easily add any other IP database
  • There are special settings in extension configs to set connection with other databases using web service client, e.g. paid maxmind.com databases

Installation

Please follow next instructions to successfully install ToBai GeoIP2 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-ip2
    
  3. Enable module and upgrade with this commands:

     bin/magento module:enable Tobai_GeoIp2
     bin/magento setup:upgrade
    
  4. Check under Stores->Configuration->Advanced->Advanced that the module Tobai_GeoIp2 is present. If Tobai_GeoIp2 displays 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 new ToBai tab at Stores > Configuration. When you click at this tab you will see GeoIP2 section.

统计信息

  • 总下载量: 60.58k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 16
  • 点击次数: 1
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 15
  • Watchers: 4
  • Forks: 6
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-12-09