SwissUpLabs Logo

Prepare category structure

When talking about Amazon-like menu, it’s very important to prepare category structure that will accomplish your needs.

Take a look at the category structure for each of example categories:

Women

Women
├── Apparel
|   ├── New Arrivals
|   ├── Tops & Blouses
|   ├── Pants & Denim
|   └── Dresses & Skirts
└── Jewelry
    ├── New Jewelry
    ├── Necklaces & Pendands
    ├── Bracelets
    ├── Rings
    └── Earrings

Women category structure

Men

Men
├── Clothing
|   ├── New Arrivals
|   ├── Shirts
|   ├── Tees, Knits and Polos
|   ├── Pants & Denim
|   └── Blazers
├── Shoes
|   ├── Athletic
|   ├── Boots
|   ├── Fashion Sneakers
|   ├── ...
|   └── Work & Safety
├── Watches
|   ├── Wrist Watches
|   |   ├── Large
|   |   ├── Medium
|   |   └── Small
|   ├── Watch Bands
|   ├── Pocket Watches
|   └── Smartwaches
└── Accessories

Men's category structure

Sale

Sale
├── Women
|   ├── Clothing
|   ├── Jewelry
|   ├── Shoes
|   └── Watches
├── Men
|   ├── Clothing
|   ├── Jewelry
|   ├── Shoes
|   ├── Watches
|   └── Accessories
├── Accessories
|   ├── Men
|   ├── Women
|   ├── Boys
|   └── Girls
└── Home & Decor
    ├── Artwork
    ├── Furniture
    ├── Kitchen
    └── Bath

Sale category structure

Next up
Edit this Page