I would like to build a small eCommerce site, nothing special, no add to cart, ratings and stuff like that but i do have one dilemma. I need to have multiple levels of categories.
So for examples if i would maybe have something like this:
Samsung
- Tv
- Smart Tv
- Samsuns Smart Tv s45
- Samsung Smart Tv k7x
- 3D Tv
- some product
- Laptops
- Intel Core 7
- Some product
- Inter Core 5
- Some product
LG
- same stuff
The only problem is that the levels of categories are not predefined so i don't know how mane levels there will be.
Could someone please show me some examples how would a mysql database look for this kind of structure?