uehler / shopware-shortcuts
this is a plugin for shopware 5.2 or newer which adds new shortcuts for the backend
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:shopware-plugin
Requires
- php: ~7.1
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2025-05-26 11:17:28 UTC
README
this is a plugin for shopware 5.2 or newer which adds new shortcuts for the backend
the following shortcuts are added:
- Vote: ctrl + alt + v
- ProductStream: ctrl + alt + s
- Emotion: alt + e
- Blog: alt + b
- Voucher: alt + v
install
- go to the shop root
- clone the plugin
git clone git@github.com:uehler/shopware-shortcuts.git custom/plugins/ShopwareShortcuts
or get it via composer
composer require uehler/shopware-shortcuts
- install plugin
php bin/console sw:plugin:refresh
php bin/console sw:plugin:install --activate ShopwareShortcuts