| 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 |
| 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 |