Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```