/[drupal]/contributions/modules/multicurrency/README.txt
ViewVC logotype

Diff of /contributions/modules/multicurrency/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Wed Feb 18 00:53:47 2009 UTC revision 1.2, Wed Jul 1 00:41:49 2009 UTC
# Line 13  by the administrator. Display format ca Line 13  by the administrator. Display format ca
13  Converted currency prices may be rounded if desired.  Converted currency prices may be rounded if desired.
14    
15  Determination of the user's country is separated from this module for more  Determination of the user's country is separated from this module for more
16  flexibility.  You may use the uc_ip2country module to automatically select  flexibility.  You may use the ip2country module to automatically select
17  a country based on the user's IP address, or you may use the Profile module,  a country based on the user's IP address, or you may use the Profile module,
18  for example, to collect the user's country on the registration page. Or you  for example, to collect the user's country on the registration page. Or you
19  can present a choice at the top of the page which the user can select to  can present a choice at the top of the page which the user can select to
# Line 103  User location is taken from the $user ob Line 103  User location is taken from the $user ob
103  country_iso_code_2 field ($user->country_iso_code_2).  You will need another  country_iso_code_2 field ($user->country_iso_code_2).  You will need another
104  module to create this field and fill it with an appropriate value!  One  module to create this field and fill it with an appropriate value!  One
105  option is to use the core Drupal module "Profile" to allow users to select  option is to use the core Drupal module "Profile" to allow users to select
106  their own country.  Another is to use the accompanying "uc_ip2country" module,  their own country.  Another is to use the accompanying "ip2country" module,
107  which determines the user country based on IP address.  If this field doesn't  which determines the user country based on IP address.  If this field doesn't
108  exist, or a country hasn't been determined for the user, uc_multicurrency  exist, or a country hasn't been determined for the user, uc_multicurrency
109  has an administration option to set the default country to use.  (A "Country  has an administration option to set the default country to use.  (A "Country

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2