devbera/module-cmslinktomenu

Magento2 add a cms page link / custom link to menu

1.5.0 2020-04-26 07:11 UTC

This package is not auto-updated.

Last update: 2024-04-10 14:43:15 UTC


README

Who is developing this module ?

Built by Amit Bera, Magento StackExchange Moderator & Magento Certified Developer & Consultant.

Contact at

Latest Stable Version Total Downloads

Version: 1.5.0

  • Add external link to menu

Version: 1.4.0

  • Fixed Width issue with System fields

1. Documentation

Coming Soon

2. How to install Extension

Installation Process using Zip

  1. Download the extension .zip file from github https://github.com/devamitbera/magento2-add-cms-pages-to-menu.
  2. Copy the extension to the {magento2-root-dir}/app/code/DevBera/CmsLinkToMenu
  3. 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

Install using Composer

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

3. Highlight features:

1. Ability to add cms page to Magento default menu at left and right end.

2. Ability to add Custom links to Magento default menu at left and right end.

Frontend View

Menu

Admin Setting : Add Cms Pages & static links from admin

  • Ability manage sort Order from Admin System Configuration.

Admin Setting

4. Configure.

Video Demo

Coming Soon

4. User Guide

Coming Soon

Standards & Code Quality

Built on top of Magento2, our module respects all its prerequisites and code quality rules.