Mega Menu - Magento 2 module documentation

Mega Menu Module

Module overview

Mega Menu changes the default Magento menu into a menu with an attractive style and layout.

Module compatibility

This module is compatibile with Magento Community versions: 2.2, 2.3, 2.4

How it works

Once installed, default menu is converted to new menu.

Mega Menu

Demo

Installation

Composer

  1. Add repo to composer.json:
"repositories": [
    ...
    {
        "type": "vcs",
        "url": "git@git.auroracreation.com:magento2/module-mega-menu.git"
    }
    ...
],
  1. Add package to composer.json:
"require": {
    ...
    "aurora/module-mega-menu": "*"
    ...
},
  1. In Magento root folder run commands:
composer update aurora/module-mega-menu
php bin/magento module:enable Aurora_MegaMenu
php bin/magento setup:upgrade

Manual

  1. Unzip archive.
  2. Upload extension files on your server to:
{Magento root}
└── app/
    └── code
  1. In Magento root folder run commands:
php bin/magento module:enable Aurora_MegaMenu
php bin/magento setup:upgrade

Changlog

1.1.0

* Change look, styles

1.0.3

* Fix bug layout ttl

1.0.2

* Add sort order in categories collection

1.0.1

* Remove topnav

1.0.0

* Create module

Thank you for your interest in our products!