Skip to content

A extension which customizing the administration dashboard of Shopware 6.

Notifications You must be signed in to change notification settings

sschreier/SschreierAdministrationDashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

An extension which customizing the administration dashboard for Shopware 6

The administration dashboard can be customized via the extension. For this purpose, it offers under "Settings" -> "System"> "Users & permissions" -> "Roles" in the area "Additional permissions" a new area "Dashboard" in which you can hide the following areas of the dashboard for the selected role:

  • the greeting
  • the checklist area
  • the feedback area
  • the today's statistics
  • the statistics of the orders
  • the statistics of the turnover.

For the statistics, the checkbox "View" under "Orders" and "Orders" must be activated.

The Administrator account always see all areas on the dashboard, because he has no own role.

How to install the extension

via console (recommended)

  1. Download the latest SschreierAdministrationDashboard-master.zip.
  2. Unzip the zip file and rename the folder to SschreierAdministrationDashboard.
  3. Move the folder to the project folder custom/plugins/ .
  4. Connect to the console via ssh:
bin/console plugin:refresh
bin/console plugin:install --activate SschreierAdministrationDashboard

via composer

  1. Add the repository URL to the composer.json of the project
"repositories": [
    ...,
    {
        "type": "vcs",
        "url": "https://github.com/sschreier/SschreierAdministrationDashboard"
    }
],
  1. Connect to the console via ssh and install the plugin source code via the command
composer require sschreier/administration-dashboard
bin/console plugin:refresh
bin/console plugin:install --activate SschreierAdministrationDashboard

via zip upload

  1. Download the latest SschreierAdministrationDashboard-master.zip.
  2. Unzip the zip file and rename the folder to SschreierAdministrationDashboard.
  3. Zip the folder to SschreierAdministrationDashboard.zip.
  4. Upload the zip in the Shopware Administration.
  5. Install & Activate the extension.

extension update (zip)

  1. Download the latest SschreierAdministrationDashboard-master.zip.
  2. Unzip the zip file and rename the folder to SschreierAdministrationDashboard.
  3. Zip the folder to SschreierAdministrationDashboard.zip.
  4. Upload the zip in the Shopware Administration.
  5. Update the extension.

Images

administration dashboard without the areas for the checklist and the feedback

administration dashboard without the areas for the checklist and the feedback

administration dashboard without the areas for the greeting, the checklist and the feedback

administration dashboard without the areas for the greeting, the checklist and the feedback

administration dashboard without the areas for the checklist, the feedback, the today's statistics, the statistics of the orders and the statistics of the turnover

administration dashboard without the areas for the checklist, the feedback, the today's statistics, the statistics of the orders and the statistics of the turnover

new area "Dashboard" under "Settings" -> "System"> "Users & permissions" -> "Roles" in the area "Additional permissions" in which you can hide the areas of the dashboard for the selected role

new area Dashboard in which you can hide the areas of the dashboard for the selected role