How To List Products With Price Less Than X$

Hi,

Any idea how can I create a link to a page shows only products less than 25$ for example ??

Thanks

Use price_to parameter in the URL. E.g.

http://demo.cs-cart.com/stores/8449344131fa4f60/?subcats=Y&pcode_from_q=Y&pshort=Y&pfull=Y&pname=Y&pkeywords=Y&search_performed=Y&q=&dispatch=products.search&price_to=30

http://demo.cs-cart.com/stores/8449344131fa4f60/?subcats=Y&pcode_from_q=Y&pshort=Y&pfull=Y&pname=Y&pkeywords=Y&search_performed=Y&q=&dispatch=products.search&price_to=30

Thanks eComLabs; you are the best.

The link you sent did not work with me exactly; but I tried with this one:

subcats=Y&pcode_from_q=Y&pshort=Y&pfull=Y&pname=Y&pkeywords=Y&search_performed=Y&q=&dispatch=products.search&features_hash=1-1-25-USD

What do you think ?? I

The mentioned solution should work as it is default parameter since 1.3.2 version

As for your version, it will work if filter by price is set up in your store

Thanks alot for your reply.