sschreier / sschreierimprovingoffcanvasmenu
improvement of the off-canvas menu
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:shopware-platform-plugin
Requires
- shopware/core: ~6.6.10.4
- shopware/storefront: ~6.6.10.4
This package is auto-updated.
Last update: 2025-05-18 07:43:49 UTC
README
An extension to improve the off-canvas menu.
For example, a menu text can be shown to the right of the icon in the header.
In addition, you can display a home link as first link.
For the menu items, the font size can be set if required and the border below the respective menu items can be removed.
In the sublevels you have the option to hide the back link.
If necessary, the menu can be displayed in the smartphone view in full width and the font size of the close button can be adjusted.
It is also possible to hide the languages and currencies area and show the menu items of the footer service navigation.
You can also choose whether each category should be hidden in the off-canvas menu.
Possible configurations for the menu text to the right of the icon in the header
- select if the menu text should be shown
- set the menu text via snippet
Possible configurations for the home link
- select if the home link should be shown as first link
- set the link via snippet
- set the text via snippet
Possible configurations for the menu items
- select the font size (*1)
- select if a border below each menu item should be shown
Possible configurations for the sublevels
- set the text of the link to return to the overview via snippet
- select if the back link should be shown
Further configurations
- select if the menu in the smartphone view should be shown in full width
- select the font size of the close button (*1)
- select if the languages and currencies area should be shown
- select if the menu items of the footer service navigation should be shown
- set the text above the category list via snippet
Available snippets
- sschreier.improvingoffcanvasmenu.general.homeLink
- sschreier.improvingoffcanvasmenu.general.homeLinkText
Some changes in the settings within the configuration are not immediately visible in the frontend of the shop
After changing settings specifically for the appearance (*1), the theme must be recompiled, for example by saving the theme in the administration:
- Switch to "Content" and "Themes"
- Select the active theme
- Click on the button "Save"
How to install the extension
via zip and console (recommended)
- Download the latest SschreierImprovingOffCanvasMenu-master.zip.
- Unzip the zip file and rename the folder to SschreierImprovingOffCanvasMenu.
- Move the folder to the project folder custom/plugins/ .
- Connect to the console via ssh:
bin/console plugin:refresh
bin/console plugin:install --activate SschreierImprovingOffCanvasMenu
via composer
- Add the repository URL to the composer.json of the project
"repositories": [
...,
{
"type": "vcs",
"url": "https://github.com/sschreier/SschreierImprovingOffCanvasMenu"
}
],
- Connect to the console via ssh and install the plugin via the command
composer require sschreier/sschreierimprovingoffcanvasmenu
bin/console plugin:refresh
bin/console plugin:install --activate SschreierImprovingOffCanvasMenu
via https://packagist.org
- Connect to the console via ssh and install the plugin via the command
composer require sschreier/sschreierimprovingoffcanvasmenu
bin/console plugin:refresh
bin/console plugin:install --activate SschreierImprovingOffCanvasMenu
via zip upload
- Download the latest SschreierImprovingOffCanvasMenu-master.zip.
- Unzip the zip file and rename the folder to SschreierImprovingOffCanvasMenu.
- Zip the folder to SschreierImprovingOffCanvasMenu.zip.
- Upload the zip in the Shopware Administration.
- Install & Activate the extension.
extension update (zip)
- Download the latest SschreierImprovingOffCanvasMenu-master.zip.
- Unzip the zip file and rename the folder to SschreierImprovingOffCanvasMenu.
- Zip the folder to SschreierImprovingOffCanvasMenu.zip.
- Upload the zip in the Shopware Administration.
- Update the extension.