I'm using the money module to add prices and currencies to items. It works perfectly, but with a list of 100s of items, it would be great if the user could filter on price and currency using exposed filters.

It seem like their is one filter option, but it does not have price. That being said, I do not seem to have any currencies appearing either. I only have USD and EUR chosen for now in settings.

I imagine that the user should be able to filter on currency and price of "more than", "less than", "equal to", alternatively also "Range" provided by the user.

I'm not a programmer and cannot submit code. But I'll be glad to volunteer as tester, if you believe this feature to be of interest.

Comments

wim leers’s picture

See http://drupal.org/node/190078, http://drupal.org/node/190075 and http://drupal.org/node/188280.

The main issue - and reason for the delay - is that it doesn't make sense to filter by amount if different currencies are being used. Or at least not 100% sense.

I'll probably get to work on this next weekend. Your offer for testing is much appreciated.

wim leers’s picture

Assigned: Unassigned » wim leers
Status: Active » Fixed

Filtering by currency has always been there.

Filtering by amount has just been added. Please be aware it doesn't the currency into account, so it will rank 20 USD above 19 EUR, which is of course silly at the current currency conversion rates… The more advanced variant, that takes this into account, is postponed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.