Skip to main content

Navigation Menus

Navigation menus define the structure of your storefront's header, footer, and sidebar navigation. Menus are fully editable and support nested items.

Managing Menus

Navigate to Content → Navigation.

Creating a Menu

  1. Click New Menu
  2. Enter a name (e.g., "Main Menu", "Footer Menu")
  3. Save the menu
  4. Add items to the menu

Each item has:

FieldDescription
LabelDisplay text (localizable)
TypeCategory, Product, Page, or URL
TargetThe linked entity (category ID, product ID, page slug, or URL)
Sort OrderPosition within the parent
ChildrenNested sub-items (unlimited depth)

Item Types

TypeLinks ToExample
categoryA sales category"Shop → Tops"
productA specific product"Featured: Summer Dress"
pageA CMS page"About Us"
urlAny URL (internal or external)"/sale", "https://blog.example.com"

Nesting Items

Drag items to nest them under a parent. This creates dropdown/flyout menus in the storefront:

Main Menu
├── Shop
│ ├── Tops
│ ├── Bottoms
│ └── Dresses
├── New Arrivals
├── Sale
└── About Us

Localization

Menu item labels are localizable. Switch the language selector to translate labels for each language.

Store Scope

Menus can be associated with specific stores. This allows different stores to have different navigation structures.

tip

Create separate menus for header and footer navigation. The storefront fetches menus by ID, so you can have as many menus as needed.