Type
magento2-module
Convert One currency to another
magento2-module
None
None
None
None
None
None
The module is released under the GPL license.
If you have any questions or want to report a mistake, please contact our support at: [email protected].
The module adds a website subpage to a Magento v.2 based store with a form that allows you to convert a Ruble exchange rate into Polish zloty. The module uses an external API to get current exchange rate (http://api.nbp.pl/en.html).
composer require kansoft/module-currency-converter
Connect to the ftp server and copy the unpacked content to the 'app/code/Kansoft/CurrConverter` directory of your Magento 2. If there is no such directory, create it.
After installation using Composer or copying files from the console, run:
* php bin/magento module:enable Kansoft_CurrConverter * php bin/magento setup:upgrade * php bin/magento setup:di:compile * php bin/magento setup:static-content:deploy
To see a page with converter form go to url 'magento-base-url/currconverter/'