Menu Builder 300 Adding a Menu to your Store

Menu Builder Index

Adding a Menu to your Store

Note: To do this you need Edit Template privileges.

Menus can be added almost anywhere with a simple NitroScript tag. Just because you can add them anywhere doesn’t mean that you should! You will find that the standard templates include the menus in the sensible places and it is these calls that you might want to amend rather than plough your own furrow.

NitroScript Add Menu Tag includeMenu

NitroScipt tag outline:

{includeMenu(string $MenuName)}

Example:

{includeMenu("Store_navigation")}

Where:

$MenuName is the name of the menu you wish to include surrounded by double apostrophes.
Acceptable values include: string of letters, numbers and underscores with no spaces. This is the name of the menu as can be seen in the WSM Menu Builder Menu Management Interface.