Hello Wim,
please advise if this module provides currency conversion. For example a given price in one currency is converted to other allowed currencies with a help of currency module (for example), so the customer can choose the way to view the price list
Thanks,
V.
Comments
Comment #1
wim leersNope, it's impossible to support this in the Drupal 5 version of CCK. I don't know yet if this will be possible in the Drupal 6 version of CCK. It also requires some flexibility on the Views side. It would require me to dynamically create new tables, or maintain automatically in the background (through cron), and somehow let Views know which one to use depending on an argument or (exposed) filter.
*If* it's possible now, it still won't be easy.
*If* it will be supported, don't expect it soon.
Comment #2
baobab commentedThank you for an extended answer, things got clearer.
V.
Comment #3
wim leersThe relevant issue is: http://drupal.org/node/188280.
Comment #4
lolandese commentedThe D7 Multi-currency pricelist module might offer what you are looking for or could be used as a starting point.
Thanks.