Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uehler/shopware-shortcuts
plugin for shopware which adds more shortcuts for the existing extjs modules
https://github.com/uehler/shopware-shortcuts
beerware shopware shopware-plugin shortcuts
Last synced: 3 months ago
JSON representation
plugin for shopware which adds more shortcuts for the existing extjs modules
- Host: GitHub
- URL: https://github.com/uehler/shopware-shortcuts
- Owner: uehler
- License: other
- Created: 2017-10-28T18:29:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T20:14:32.000Z (about 6 years ago)
- Last Synced: 2024-04-18T18:56:13.465Z (7 months ago)
- Topics: beerware, shopware, shopware-plugin, shortcuts
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shopware - More Shopware Shortcuts - Adds more Shopware Shortcuts. (Backend Plugins)
README
# Shopware Shortcuts
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
1) go to the shop root
2) clone the plugin
```
git clone [email protected]:uehler/shopware-shortcuts.git custom/plugins/ShopwareShortcuts
```
or get it via composer
```
composer require uehler/shopware-shortcuts
```3) install plugin
```
php bin/console sw:plugin:refresh
php bin/console sw:plugin:install --activate ShopwareShortcuts
```