You are here

README.txt in Commerce Multicurrency 7

-- SUMMARY --

This module enhances some of the multi-currency capabilities of commerce
http://drupal.org/project/commerce

It provides these features:
 - UI for fine granular definition of exchange rates.
   (Every currency combination can be defined separately if needed)
 - Synchronization of currency exchange rates directly from the European Central Bank (ECB).
 - UI to specify which rates shall be synchronized and which are handled manually.
 - Generation of currency specific price fields inclusive generation of rule-set to handle them.
 - hooks for easy integration of custom currency exchange rate sources.


-- REQUIREMENTS --

Commerce: http://drupal.org/project/commerce


-- INSTALLATION --

* Install as usual, see http://drupal.org/documentation/install/modules-themes/modules-7 for further information.

* Configure the currency conversion: admin/commerce/config/currency/conversion and/or
  the currency handling: admin/commerce/config/currency/handling

* Run cron or sync manually to synchronize the rates.


-- API --
It is possible to add own functions / services to sync the conversion rates.
Check commerce_multicurrency.api.php and commerce_multicurrency.ecb.inc for further
information and examples.

The sync is triggered manually or by cron.

File

README.txt
View source
  1. -- SUMMARY --
  2. This module enhances some of the multi-currency capabilities of commerce
  3. http://drupal.org/project/commerce
  4. It provides these features:
  5. - UI for fine granular definition of exchange rates.
  6. (Every currency combination can be defined separately if needed)
  7. - Synchronization of currency exchange rates directly from the European Central Bank (ECB).
  8. - UI to specify which rates shall be synchronized and which are handled manually.
  9. - Generation of currency specific price fields inclusive generation of rule-set to handle them.
  10. - hooks for easy integration of custom currency exchange rate sources.
  11. -- REQUIREMENTS --
  12. Commerce: http://drupal.org/project/commerce
  13. -- INSTALLATION --
  14. * Install as usual, see http://drupal.org/documentation/install/modules-themes/modules-7 for further information.
  15. * Configure the currency conversion: admin/commerce/config/currency/conversion and/or
  16. the currency handling: admin/commerce/config/currency/handling
  17. * Run cron or sync manually to synchronize the rates.
  18. -- API --
  19. It is possible to add own functions / services to sync the conversion rates.
  20. Check commerce_multicurrency.api.php and commerce_multicurrency.ecb.inc for further
  21. information and examples.
  22. The sync is triggered manually or by cron.