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?


