| 1 |
<?php |
<?php |
| 2 |
// $Id: uc_multicurrency.module,v 1.5 2009/04/08 01:39:46 tr Exp $ |
// $Id: uc_multicurrency.module,v 1.6 2009/04/09 14:45:52 tr Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 14 |
* the country_iso_code_2 field ($user->country_iso_code_2). You will |
* the country_iso_code_2 field ($user->country_iso_code_2). You will |
| 15 |
* need another module to create this field and fill it with an appropriate |
* need another module to create this field and fill it with an appropriate |
| 16 |
* value! One option is to use the core Drupal module "Profile" to allow |
* value! One option is to use the core Drupal module "Profile" to allow |
| 17 |
* users to select their own country. Another is to use the "uc_ip2country" |
* users to select their own country. Another is to use the "ip2country" |
| 18 |
* module, which determines the user country based on IP address. |
* module, which determines the user country based on IP address. |
| 19 |
* |
* |
| 20 |
* @author Tim Rohaly. |
* @author Tim Rohaly. |
| 21 |
* @version $Id: uc_multicurrency.module,v 1.5 2009/04/08 01:39:46 tr Exp $ |
* @version $Id: uc_multicurrency.module,v 1.6 2009/04/09 14:45:52 tr Exp $ |
| 22 |
*/ |
*/ |
| 23 |
|
|
| 24 |
|
|
| 30 |
/** |
/** |
| 31 |
* Implementation of hook_help(). |
* Implementation of hook_help(). |
| 32 |
*/ |
*/ |
| 33 |
function uc_mlticurrency_help($path, $arg) { |
function uc_multicurrency_help($path, $arg) { |
| 34 |
switch ($path) { |
switch ($path) { |
| 35 |
case 'admin/help#uc_multicurrency': |
case 'admin/help#uc_multicurrency': |
| 36 |
case 'admin/store/settings/multicurrency': |
case 'admin/store/settings/multicurrency': |