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