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

wim leers’s picture

Nope, 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.

baobab’s picture

Thank you for an extended answer, things got clearer.
V.

wim leers’s picture

Status: Active » Closed (duplicate)

The relevant issue is: http://drupal.org/node/188280.

lolandese’s picture

The D7 Multi-currency pricelist module might offer what you are looking for or could be used as a starting point.

Thanks.