Active
Project:
Ubercart CCK currency
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2009 at 03:57 UTC
Updated:
21 Jul 2010 at 19:47 UTC
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
Comment #1
MilanJo commentedSet 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!
Comment #2
davidburnsDoes 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/%']
Comment #3
amitaibuit should be
exmaple.com/uc_cck_currency/set/field_foo(You got the "set" missing)