Skip to content

Installation

P2Lab Quick Editor is distributed as a standard Shopware 6 plugin. Pick the variant that matches your Shopware version — there are separate builds for the 1.5.x branch (legacy Shopware), the 2.66.x branch (Shopware 6.6) and the 2.67.x branch (Shopware 6.7).

  1. Log in to your Shopware administration.
  2. Open Extensions → My extensions.
  3. Upload extension and pick the matching .zip file.
  4. Click Install next to Quick Editor & List Enhancer.
  5. Click Activate.

From your Shopware project root:

Terminal window
bin/console plugin:refresh
bin/console plugin:install --activate P2LabQuickProductEditor
bin/console cache:clear

Inline editing and the List Enhancer profile editor live entirely in the administration JavaScript. After install or update, rebuild the administration bundle so the new components ship to the browser:

Terminal window
bin/build-administration.sh

Hard-refresh the administration browser tab afterwards.

Open Settings → Quick Editor & List Enhancer. You should see three tabs:

  • Dashboard — plugin introduction.
  • Quick Editor — inline editing settings.
  • List Enhancer — column profiles for products, variants, orders and order line items.

If those tabs are missing, the administration bundle was not rebuilt; re-run the build and hard-refresh.