currency

Posts: 4
Joined: 08/12/2007

Is there any way how to display prices in 2 currencies? Or to switch between currenecies?

Posts: 5617
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

That feature isn't included in any of our releases, though the idea was tossed around a bit. It's going to take a bit of custom PHP for you to do it, but if you've got the skills you can at least do it on product pages by theming product nodes and doing the currency conversion/display yourself.

Posts: 28
Joined: 09/24/2007
Getting busy with the Ubercode.

Couldn't http://www.ubercart.org/docs/api/uc_currency_format be used to do this?

If there is, eg, a block that provides a drop-down to select currency, it could post back and set a session variable, and then uc_currency_format can display the amount in the currency set in the session.

It could possibly even use http://drupal.org/project/currency (or at least borrow some code from it).

Is there a reason this would not be feasible? I was planning on writing a module to do this, and this is the method I had in mind.

Posts: 1
Joined: 05/19/2008

Has anyone made any progress with respect to this?

J