Built by Amit Bera, Magento StackExchange Moderator & Magento Certified Developer & Consultant.
- @website https://www.amitbera.com/contact/
- @E-mail [email protected]
- @Skype dev.amitbera
- Add external link to menu
- Fixed Width issue with System fields
Coming Soon
- Download the extension .zip file from github https://github.com/devamitbera/magento2-add-cms-pages-to-menu.
- Copy the extension to the
{magento2-root-dir}/app/code/DevBera/CmsLinkToMenu
- Run the following series of command from SSH console of your server to install the extension
#a) Enable the extension : php bin/magento module:enable DevBera_CmsLinkToMenu --clear-static-content
#b) Run setup Command php bin/magento setup:upgrade
.
#c) Run setup di compile php bin/magento setup:di:compile
.
#d) Do the static content deploy bin/magento setup:static-content:deploy
Run below command at your magento root directory to add my package using Composer:
composer require devbera/module-cmslinktomenu
Package will be clone at vendor/devbera/module-cmslinktomenu at your
After cloning,you have to install this extension at your system by follow below steps:
#a) Enable the extension : php bin/magento module:enable DevBera_CmsLinkToMenu --clear-static-content
#b) Run setup Command php bin/magento setup:upgrade
.
#c) Run setup di compile php bin/magento setup:di:compile
.
#d) Do the static content deploy bin/magento setup:static-content:deploy
- Ability manage sort Order from Admin System Configuration.
- Admin Setting Demo https://www.youtube.com/watch?v=jIWpNxtaPUw
- Frontend View Demo https://www.youtube.com/watch?v=sW7EJG2ld8k
Coming Soon
Coming Soon
Built on top of Magento2, our module respects all its prerequisites and code quality rules.