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.
Demo
Installation
Composer
- Add repo to composer.json:
"repositories": [
...
{
"type": "vcs",
"url": "git@git.auroracreation.com:magento2/module-mega-menu.git"
}
...
],
- Add package to composer.json:
"require": {
...
"aurora/module-mega-menu": "*"
...
},
- 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
- Unzip archive.
- Upload extension files on your server to:
{Magento root}
└── app/
└── code
- 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