Thank you for purchasing our extension. If you have any questions that are beyond the scope of this document, do not hesitate to leave us an email via our email address below.
Created: 15/04/2016 | By: Magenest | Email: [email protected]
Magento 2 Mega Menu is an extension developed by Magenest, which helps manage categories and products on your Magento 2 store more effectively. With this extension, we provides a flexible way of making the beautiful, attractive store in the simple way.
Extension's page: Mega Menu
Allow defining a menu
Allow adding your menu to your Site
Allow creating Multi-level Menus
Allow customizing Menu Items
Allow deleting a Menu Item
Allow adding Items to a Menu
Your store should be running on Magento 2 Community Edition version 2.0.0+.
Here we will guide you through the installation process of our extension. First off, open FileZilla, log in to your host as follows:
In the above example we switched the local site to the extension directory, and the remote site to the code directory. Now on the remote site window, inside app/code directory, create a folder named Magenest and go inside it. Now on your local site window, right click on Wrapper extension and click Upload. The extension will be uploaded onto your host in a few minutes.
The second method will require you to compress the extension into .zip or .tar.gz format, then execute the following command in your Command Line/Terminal:
scp <path to your extension> <ssh server>:<path to Magenest directory>
Then log into your ssh server, go to Magenest directory and execute the following command to decompress the module:
unzip <.zip compressed extension>
Or
tar -xzvf <.tar.gz compressed extension>
Now go to your Magento root directory, say it's named magento2, and execute the following commands:
sudo chmod -R 755 .
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
sudo chmod -R 777 var pub
After running all these, your Command line/Terminal window might look like this:
Finally, you need to flush the cache by either type this into the Command Line/Terminal:
php bin/magento cache:flush
Or go to System > Cache Management and click Flush Magento Cache
Now you can go to your store and check if the extension is working as expected.
Once again, thank you for purchasing our extension. If you have any questions relating to this extension, please do not hesitate to contact us for support.