You are here

INSTALL.txt in Currency 7

Same filename and directory in other branches
  1. 5 INSTALL.txt
  2. 6 INSTALL.txt
Description:
------------
	
This module provides visitors to your web site with currency conversion rates.

It also provides an API for currency conversion that other modules can use.

Requirements:
-------------
	
This module requires drupal 7.x.

Installation:
-------------

1. Copy the entire currency directory under the Drupal modules/ directory.

2. Go to admin/modules and enable 'currency_api' and 'currency'.

3. Allow access to the module under admin/access.
   You can enable it for authenticated and/or anonymous users, depending on
   your web site needs.

4. Configure the module under admin/config/regional/currency
   - Specify the default From Currency and the To Currency. You must enter the 
     three letter code for each. What you enter depends on your country and/or
     audience.

   - Provide a description. It can be any text you want. You can enter a disclaimer,
     instructions, ...etc.

   - You can change the navigation link text if you want. Normally leave that as
     it is.

File

INSTALL.txt
View source
  1. Description:
  2. ------------
  3. This module provides visitors to your web site with currency conversion rates.
  4. It also provides an API for currency conversion that other modules can use.
  5. Requirements:
  6. -------------
  7. This module requires drupal 7.x.
  8. Installation:
  9. -------------
  10. 1. Copy the entire currency directory under the Drupal modules/ directory.
  11. 2. Go to admin/modules and enable 'currency_api' and 'currency'.
  12. 3. Allow access to the module under admin/access.
  13. You can enable it for authenticated and/or anonymous users, depending on
  14. your web site needs.
  15. 4. Configure the module under admin/config/regional/currency
  16. - Specify the default From Currency and the To Currency. You must enter the
  17. three letter code for each. What you enter depends on your country and/or
  18. audience.
  19. - Provide a description. It can be any text you want. You can enter a disclaimer,
  20. instructions, ...etc.
  21. - You can change the navigation link text if you want. Normally leave that as
  22. it is.