Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

With the Menu Builder under CMS-> Menus you can create new menus or edit and extend existing menus.[IMAGE]

...

Edit / extend existing menus

To edit the footer menus, the menu bar in the header area and the merchandise group menu, click on the corresponding system name.[IMAGE]

...

Menu types

Different menu types are available.
Internal object or URL, route and material group tree.

Internal object or URL

EingabefeldInput field

BeschreibungDescription

DestinationLegt

das Ziel des Links fest. Dies kann ein Link zu einem Produkt, einer Warengruppe, einer Hersteller-Seite, einer eigenen erstellten Seite, einer Datei oder einer beliebigen URL seinSpecifies the destination of the link. This can be a link to a product, a merchandise group, a manufacturer page, a custom created page, a file or any URL.

Parent menu itemLegt

das übergeordnete Menüelement fest. Lassen Sie das Feld leer, um ein Menüelement erster Ebene zu erzeugenSets the parent menu item. Leave the field empty to create a first-level menu item.

Published Legt fest, ob das Menüelement im Shop sichtbar ist

Specifies whether the menu item is visible in the store.

Title 

Legt den Titel festSets the title.

Short description

Legt eine Kurzbeschreibung fest. Wird als 'title' Attribut für das Menüelement verwendetSets a short description. Used as the 'title' attribute for the menu item.

Required rights

Legt Zugriffsrechte fest, die für die Anzeige des Menüelementes erforderlich sind (mind. 1 Recht muss gewährt seinDefines access rights required to display the menu item (at least 1 right must be granted).

Order Legt die Reihenfolge des Menüelements innerhalb einer Menüebene fest

Defines the order of the menu item within a menu level.

Start group

Fügt vor den Link ein Trennelement sowie optional eine Überschrift ein (KurzbeschreibungInserts a separator element in front of the link and optionally a heading (short description).

Icon Legt ein optionales Icon fest

Specifies an optional icon.

nofollow 

Gibt das HTML-Attribut Outputs the HTML attribute rel='nofollow' aus.

Open in new browser tab

Öffnet das Ziel in einem neuen BrowsertabOpens the target in a new browser tab.

HTML IDLegt das

Sets the HTML ID Attribut für das Menüelement festattribute for the menu item.

CSS Class

Legt eine CSS Klasse für das Menüelement fest.

...

Sets a CSS class for the menu item.

Route

With a route it is possible to execute an action directly by clicking on a link. Depending on the action, the controller name, action name, area name and, if necessary, parameters must be transferred via JSON.

Alternatively, e.g. news can also be linked. It should be noted that instead of controller names, etc., the SEO name is passed.

These configuration options are rather something for developers.

Input field

Description

Target 

Sets the destination of the link. In the lower input field the route values are entered as JSON.

Other options

The other options are identical to the options of the Internal object or URL menu type.

Example: DevTools

Target: SmartStore.DevTools

Code Block
{
"Controller":"DevTools",
"action":"Test",
"area":"SmartStore.DevTools"
"parameter":"0"
}

Example: MenuItem

Target: NewsItem

Code Block
{
"SeName":"die-zuse-z3"
}

Category tree

Input field

Description

Target 

The category tree is dynamically integrated into the menu.

Other options

The other options are identical to the options of the Internal object or URL menu type.