chapagain/magento2-autocurrency
Composer 安装命令:
composer require chapagain/magento2-autocurrency
包简介
Automatic Currency Switcher Extension for Magento 2
README 文档
README
Automatically switches shop's currency to visitor's local currency - "Magento 2" Extension
Auto Currency extension tracks visitor's IP address and automatically changes the store currency to the visitor's location currency. Visitor can switch to his/her desired currency at any time.
This extension uses Webnet77's Ip2Country IP Address databases for IP Address lookup.
Prerequisite
Enable Multiple Currency on your Magento 2 Store
- Login to Magento 2 Admin
- Go to
STORES -> Configuration -> GENERAL -> Currency Setup -> Currency Options - In
Allowed Currenciesbox, select the currencies that you want to enable on your site/store - Now, go to
STORES -> Currency Rates - Import currency rates by clicking the Import button, Or add the rates manually
- Then, click the
Save Currency Ratesbutton
Installation
Manual Installation
- The module's files should be placed in folder:
app/code/Chapagain/AutoCurrency - Open terminal/command-prompt
- Go to your Magento website’s root directory with the following command:
cd /path/to/your/magento/root/directory
- Enable the module and clear static content with the following command:
php bin/magento module:enable Chapagain_AutoCurrency –clear-static-content
- Do setup upgrade with the following command:
php bin/magento setup:upgrade
Composer Installation
- Go to your Magento website’s root directory with the following command:
cd /path/to/your/magento/root/directory
- Run the following command:
composer require chapagain/magento2-autocurrency
- Enable the module and clear static content with the following command:
php bin/magento module:enable Chapagain_AutoCurrency –clear-static-content
- Do setup upgrade with the following command:
php bin/magento setup:upgrade
Configuration Settings
- Login to your Magento site's admin
- Go to
STORES → Settings → Configurationpage - On left sidebar, click on
CHAPAGAIN EXTENSIONS → Auto Currencymenu - From there, you can Enable/Disable the module. The module is enabled by default.
Updating GeoIP Databases
The GeoIP database should be updated from time to time in order to make this extension work accurately.
- Download IPV4 CSV file
- Extract the file. This will extract
IPtoCountry.csvfile. - Use Ip2Country lookup classes for PHP to create binary-optimized version of the csv file.
- Upload the binary file (
.datfile) to your[Module Folder]/geoip/ip2country/folder.
Links
统计信息
- 总下载量: 25
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 13
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2020-04-04