kansoft/module-currency-converter 0.1.0

Convert One currency to another

Type

magento2-module

License

None

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Module CurrencyConverter

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].

Table of Contents

  1. Features
  2. Requirements
  3. Installation

Features

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.

Requirements

  • PHP version compatible with the requirements of the installed version of Magento 2
  • PHP extensions: cURL and hash.

Installation

Using Composer

composer require kansoft/module-currency-converter

Copying files to the server

  1. Download the latest version of the module from GitHub repository
  2. Unpack the downloaded file
  3. 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/'