Is there any way how to display prices in 2 currencies? Or to switch between currenecies?
currency
|
|
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.
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.
|
|




Joined: 08/12/2007