Features
- Compatible with both Magento2 series 2.0 (latest version 2.0.11) and 2.1 (latest version 2.1.3)
- The plugin is one of the best ways to improve usability and navigation of your online store.
- Without high technical knowledge, Easy Mega Menu give you the ability to create an organized menu
- You have a lot of products, give a best user experience to customer
- Helps you attract more customers, by the way, you help customers save time, view shop easily and purchase quickly.
- Admin has the power to redirect visitors to where they want with nice gui
- Auto converts to default menu in tablet and smaller devices
- Attracts visitors' attention at first sight with great design
- Easy to use even without coding skills
Usage
Easy navigation menu at left side having 2 submenus "Manage Megamenu" and "Configurations", (*1)
- Manage Megamenu: Redirects to "Manage Categories" having "Megamenu" tab added
- Can configure selected categories as mega-menu and rest as default-menu as per admin convenience
- Flexibility to select from different sections top, left, right and bottom
- Flexibility to display eighter static/dynamic content from already created static block or can add manual html using magento standard WYSIWYG Editor
- Can select width of left, right sections and whole-menu from all possible volume in percentage
- Can upload extra category image named category thumbnail image
- Left section has options to display like subcategories menu, subcategories expanded (all children categories visible) and subcategories with category thumbnail
- Selection of category label configured earlier like SALE, NEW, HOT etc.
- Configurations: Redirects to sytem configuration to configure the plugin like:
- Enable/Disable the plugin
- Add category label with nice gui of color picker for category label
Install
This package is registered on Packagist for easy installation. In your Magento installation root run:, (*2)
composer require jnext/megamenu
, (*3)
This will install the latest version in your Magento installation, when completed run:, (*4)
php bin/magento module:enable Jnext_Megamenu
php bin/magento setup:upgrade
php bin/magento cache:clean
This will enable the extension and installs Megamenu tab with fields under Manage Categories, (*5)
Note:
If you face error like, (*6)
Could not find package jnext/megamenu at any version for your minimum-stability (alpha). Check the package spelling or your minimum-stability, (*7)
To resolve, edit your composer.json file located at root of your project by setting "minimum-stability": from "alpha" to "dev", (*8)