• 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I don’t know of a tutorial, but this
    thread might be a start.

    Thread Starter Sam Brodie

    (@sammybeats)

    That definitely gave me a better idea. I think the full solution may just be over my head at this point though. I guess I’ll read and practice coding more and then try to tackle this once more.

    Thanks for the response!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Retrieve Posts for Items within a certain price range’ is closed to new replies.