Retrieve Posts for Items within a certain price range
-
I have a number of products that I would like users to be able to query by price. I would like them to be able to set a low price and a high price and then return products that are with that price range. Furthermore, I would like to arrange the output of that loop so that the highest rated product shows first. Additionally, I would like to have the query form on a the page http://domain.com/product-finder
I have created the custom taxonomies product_type, price, rating.
If someone would be so kind, please let me know additional .php pages I will need (if any), and the method for querying the database and returning the needed information.
I know this solution probably requires a decent amount of code so if anyone knows of a good tutorial for this, please share.
Thanks a lot.
The topic ‘Retrieve Posts for Items within a certain price range’ is closed to new replies.