gjh42:
Is this a completely stand-alone page you want, or more like limiting the category page to just a certain price range on demand?
If the latter, it would pretty much be a matter of inserting something like a " and products_price < xx" in the "where" clause of an existing query.
It would be wonderful to have a stand alone page! I just don't know how involved that would be?
But for now limiting the display of category page for product prices less than xx.xx would just do.
Can this be done from URL? Or is it more involved than that?
Don't laugh, but I tried this and did not produce anything.
index.php?main_page=index&cPath=22_10&products_price%3C50.00 (%3C is <)
Thanks Glen.