SwissUpLabs Logo

Megamenu

Megamenu

Steps to create Menu

  1. Navigate to Swissup > NavigationPro page, and press “Add New Menu”.
  2. Fill the with following values:

    Name: Some name that will explicitly describe the menu
    Type: Megamenu
    Import Categories From: Select Root Category
    Replace Top Menu at: Select Stores that will use this menu
    
  3. Save the form. Now you can open your store frontend and check if everything works fine.

Tips and Tricks

If you whould like to limit the number of categories to display on the second dropdown level (Show ‘Shop All’ link), navigate to Menu Settings > Open Dropdown Settings > Second level dropdown settings and edit “Layout” settings:

Second level dropdown settings

Category Image in Dropdown

We use EasyCatalogImages to add thumbnail attribute to each category. You can replace it with any other attribute. Open menu in backend, then navigate to Menu Settings > Open Dropdown Settings > First level dropdown settings. Here you can edit template that shows category image:

<div style="overflow: hidden; max-height: 350px;">
    {{depend remote_entity.thumbnail}}
        <img class="xs-hide sm-hide" src="{{media url=''}}/catalog/category/{{var remote_entity.thumbnail}}" />
    {{/depend}}
</div>
Per-item Dropdown Settings

Sometimes you may want to change dropdown layout for particular item only. Open menu in backend, click on the category to edit in categories tree on the left and turn off “Use Menu Settings” in dropdown settings on the right. Here is a screenshot of dropdown settings for “Women” category:

Item dropdown settings

Next up

Edit this Page