You are here:  » Selection on pricerange

Support Forum



Selection on pricerange

Submitted by marco@flapper on Thu, 2011-07-07 16:40 in

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?

Submitted by support on Thu, 2011-07-07 16:47

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

Submitted by marco@flapper on Thu, 2011-07-07 18:12

thanks, it does the trick!