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

v2.0.0 2018-09-25 20:14 UTC

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

  1. go to the shop root
  2. 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
  1. install plugin
php bin/console sw:plugin:refresh
php bin/console sw:plugin:install --activate ShopwareShortcuts