Menu
I have a database table with products, that are assigned to categories. I have a page now that shows all the items broken in to x number of pages. What I’d like to do is have some sort of heading or image that has the category name, then all the products listed under that category, then the next category, and it’s products. How would I go about doing that?
So it would look something like:
Padfolios
[INDENT]item1 item2 item3[/INDENT]
[INDENT]item4 item5 item6[/INDENT]
Note Cubes
[INDENT]item1 item2 item3[/INDENT]
[INDENT]item4 item5 item6[/INDENT]
General Merchandise
[INDENT]item1 item2 item3[/INDENT]
Thanks!