2017 © Pedro Peláez
 

magento2-module currency-import-services

A module that adds additional currency rate import services (e.g. Yahoo, Google) to Magento 2.

image

shopgo/currency-import-services

A module that adds additional currency rate import services (e.g. Yahoo, Google) to Magento 2.

  • Tuesday, December 29, 2015
  • by akai-z
  • Repository
  • 4 Watchers
  • 8 Stars
  • 269 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Currency Import Services

Dependency Status GitHub version, (*1)

Contents

Synopsis

This module adds additional currency rate import services to Magento 2., (*2)

Overview

With currency import services module, you can import currencies rates with different services such as Yahoo Finance and Google Finance. This is very important, because Magento 2.0's default and only currency import service WebserviceX tends to go down from time to time. And sometimes, it returns empty results for some currencies., (*3)

Installation

Below, you can find two ways to install the currency import services module. With the release of Magento 2.0, you'll also be able to install modules using the Magento Marketplaces., (*4)

1. Install via Composer

First, make sure that Composer is installed: https://getcomposer.org/doc/00-intro.md, (*5)

Add the currency import services module repository's URL:, (*6)

php <your Composer install dir>/composer.phar config repositories.shopgo-cis vcs https://github.com/shopgo/currency-import-services

Run Composer require to install it:, (*7)

php <your Composer install dir>/composer.phar require shopgo/currency-import-services:~1.0

2. Clone the currency-import-services repository

Clone the currency-import-services repository using either the HTTPS or SSH protocols., (*8)

2.1. Copy the code

Create a directory for the currency import services module and copy the cloned repository contents to it:, (*9)

mkdir -p <your Magento install dir>/app/code/ShopGo/CurrencyImportServices
cp -R <currency-import-services clone dir>/* <your Magento install dir>/app/code/ShopGo/CurrencyImportServices

Update the Magento database and schema

If you added the module to an existing Magento installation, run the following command:, (*10)

php <your Magento install dir>/bin/magento setup:upgrade

Verify the module is installed and enabled

Enter the following command:, (*11)

php <your Magento install dir>/bin/magento module:status

The following confirms you installed the module correctly, and that it's enabled:, (*12)

example
    List of enabled modules:
    ...
    ShopGo_CurrencyImportServices
    ...

Tests

Unit tests can be found in Magento 2 app/code/Magento/Directory/Test/Unit directory., (*13)

Contributors

Ammar (ammar@shopgo.me), (*14)

License

Open Source License, (*15)

The Versions

29/12 2015

dev-develop

dev-develop

A module that adds additional currency rate import services (e.g. Yahoo, Google) to Magento 2.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0
  • magento/module-config 100.0.*
  • magento/module-store 100.0.*
  • magento/module-backend 100.0.*
  • magento/module-directory 100.0.*
  • magento/framework 100.0.*

 

by Avatar ShopGo
by Ammar

28/12 2015

dev-master

9999999-dev

A module that adds Yahoo! Finance and Google Finance currency rate import services to Magento 2.0.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0
  • magento/module-config 100.0.*
  • magento/module-store 100.0.*
  • magento/module-backend 100.0.*
  • magento/module-directory 100.0.*
  • magento/framework 100.0.*

 

by Avatar ShopGo
by Ammar

28/12 2015

1.0.0

1.0.0.0

A module that adds Yahoo! Finance and Google Finance currency rate import services to Magento 2.0.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0
  • magento/module-config 100.0.*
  • magento/module-store 100.0.*
  • magento/module-backend 100.0.*
  • magento/module-directory 100.0.*
  • magento/framework 100.0.*

 

by Avatar ShopGo
by Ammar