2017 © Pedro Peláez
 

magento2-module megamenu

Jnext Megamenu for Magento 2

image

jnext/megamenu

Jnext Megamenu for Magento 2

  • Monday, January 2, 2017
  • by rahuljnext
  • Repository
  • 3 Watchers
  • 10 Stars
  • 106 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 6 Open issues
  • 1 Versions
  • 3 % Grown

The README.md

Jnext Magento2 MegaMenu

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)

  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.
  2. 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)

The Versions

02/01 2017

dev-master

9999999-dev

Jnext Megamenu for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0