"Custom" page help, if possible please

Hi all,

I’ve tried to do this on my own, but not with the success I want. Can someone give me some clues… I’d like to query the database to generate a page that contains a table of certain products. The table will be populated by only products in a certain category of products. Would anyone care to throw some code at me? :slight_smile: Or give me some ideas, I can’t quite seem to figure it out. Thanks,

j

Do all these products have something in common with each other, but not with anything else? Then you could possibly hard code the search function in the results to show the page or even hard code the advance search results.



Just an idea.

The only thing they have in common is a category name. For example, the site sells r/c products, I have a parent category called Sailplanes and then there are multiple sub cats like Electric, F3B, Slope etc. Each plane has a set of specs like wingspan, wing loading, weight etc. that I would like to generate in a table. So I’d like to query the db for a particular category of plane and pull those specs from that query. Does that make sense? Thanks,

j

You actually have tens of thousands of possibilties of actual products with all the variations. Sounds like a total nightmare to me, but I’m sure you’ll probably be able to find someone to help you around here somewhere.

I’m not sure exactly what you are trying to do but it would be easy to create a single php page to display this.