Download the PHP package jesper-herrloff/module-customer-navigation without Composer
On this page you can find all versions of the php package jesper-herrloff/module-customer-navigation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jesper-herrloff/module-customer-navigation
More information about jesper-herrloff/module-customer-navigation
Files in jesper-herrloff/module-customer-navigation
Package module-customer-navigation
Short Description Extends Customer Navigation with settings for how to display the navigation
License MIT
Informations about the package module-customer-navigation
JesperHerrloff_CustomerNavigation module
Overview
This module adds template to customer Navigation links in the header. And in Customer Account Navigation links in the sidebar.
Installation details
Before installing this module, note that the Magento_Customer module depends on the Magento_Theme module, which means that the Magento_Theme module must be installed before the Magento_Customer module is installed.
Install via composer (recommend)
Run the following command in Magento 2 root folder: ``
Configuration
There is a setting in the admin panel under Stores -> Configuration -> Customer -> Customer Navigation -> Navigation Settings -> Customer Account Navigation. This setting is used to enable or disable JesperHerrloff_CustomerNavigation/Plugin/AccountNavigation. If the setting is enabled, the customer account navigation links in the sidebar will be displayed as links even if it is current link. Stores -> Configuration -> Customer -> Customer Navigation -> Navigation Settings -> Add name in layout As link class. This setting is used to add the name of the link in the layout as a class to the link. This is to make it possible to add icons for example in the links.
How to use
After installing the module, the customer navigation links in the header and in the sidebar will be displayed as links even if it is current link. This is to make it possible to add icons for example in the links.
Theme Extensibility
Extend JesperHerrloff_CustomerNavigation/templates/account/link.phtml template. This makes it possible to make a customisation of the template in your own theme.
Additional information
Example of how to add icons to the links in the sidebar and top.links. If setting Add name in layout As link class is enabled. ``
All versions of module-customer-navigation with dependencies
magento/framework Version 103.*
magento/module-customer Version 103.*
magento/module-config Version 101.*