kansoft/module-currency-converter

There is no license information available for the latest version (0.2.0) of this package.

Convert One currency to another

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/kansoft/module-currency-converter

0.2.0 2018-08-03 07:50 UTC

This package is not auto-updated.

Last update: 2025-12-27 19:34:06 UTC


README

The module is released under the GPL license.

If you have any questions or want to report a mistake, please contact our support at: biuro@kansoft.pl.

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. The module uses an external API to get current exchange rate (http://api.nbp.pl/en.html).

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/'