Category display

I did something very simple then quite complicated things (maybe too many things …), but a bad manipulation made me lose the layout … I would just like to find out how I did this simple trick: list the categories (each product has a name, a description ect and it is attached to a category). When I clicked on the category, it gave me the list of products in that category.

For that you would need a multi-relation column in your Categories table, that links to your Products table.
Categories:Category Name → Products:Category Name

3 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.