I wanted to use a selection on pricerange as menu item.
So I was working on an url like: search.php?q=lego&minPrice=20&maxPrice=25&sort=priceDsc
But what if I don't want to specify a product but instead want to have all the articles in this pricerange?
How can I make a URL for that?
Hi Marco,
Sure - the query bw: will return all products (it's the "begins with" operator), so linking to...
search.php?q=bw:&minPrice=20&maxPrice=25&sort=priceDsc
...should do the trick!
Cheers,
David.
--
PriceTapestry.com