[SOLVED] ListIt2 search by range
Posted: Wed Jul 22, 2015 4:36 pm
Hello.
I have listit2, and field "price".
I try to search products with price more then 100, and less then 1000, but i dont know how.
I tried this:
and
but works only one variant:
But i think it is not good idea to print 900 modules requests
Any idea how to do this?
I have listit2, and field "price".
I try to search products with price more then 100, and less then 1000, but i dont know how.
I tried this:
Code: Select all
{ListIt2Catalog action="default" search_price="100,101,102 ... etc"}Code: Select all
{ListIt2Catalog action="default" search_price=">100"}Code: Select all
{ListIt2Catalog action="default" search_price="100"}
{ListIt2Catalog action="default" search_price="101"}
{ListIt2Catalog action="default" search_price="102"}Any idea how to do this?