Hi, I tried to install your module but don't really understand how to use it:

5) Set the user currency by going to uc_cck_currency/field_mc_yen

Where can this be set? In the user account? can't find anything there or in the store settings.

Do you think the following is implementable in your module:
- compatibility with uc_vat
- use ip2cc to determine the active currency
- use the billing country at checkout as last instance to set the right currency (the best would be to use conditional actions at checkout to switch)

Comments

MilanJo’s picture

Set uc_cck_currency/field_mc_yen means to append it to the drupal URL (like: http://www.yourwebsite.com/drupal/uc_cck_currency/field_mc_yen) and hit enter. This way you can create button (or simple link) on your website for switching active currency.

Cheers!

davidburns’s picture

Does this action still apply? I've created a CCK field that is named field_uc_currency_alt but when I go to http://mystore.com/uc_cck_currency/field_uc_currency_alt I get "Page not found".

I see no hook_menu for $item['uc_cck_currency/%']

amitaibu’s picture

it should be exmaple.com/uc_cck_currency/set/field_foo

(You got the "set" missing)