Hi,

Call 2 entities "ProductCategoryAndMember" and "ProductPrice"

with EntityCondition and EntityOperator class
ex :
...
EntityCondition.makeCondition("price", EntityOperator.BETWEEN, UtilMisc.toList(50,100));
...

or into a screen in order to  group your SQL result

Eric

----- Original Message ----- From: "Abhishake Agarwal" <abhishake.agar...@gmail.com>
To: <user@ofbiz.apache.org>
Sent: Thursday, May 14, 2009 2:13 PM
Subject: Filter product by price


Hi,

I want to filter product by price on category detail screen.

e.g. If user clicks on link $50 - $100, Product between this two price range
should only be viewable.

Please let me know what can be the best way of implementing this.

Regards,
Abhishake


Reply via email to