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).
Via the Shopware administration
Section titled “Via the Shopware administration”- Log in to your Shopware administration.
- Open Extensions → My extensions.
- Upload extension and pick the matching
.zipfile. - Click Install next to Quick Editor & List Enhancer.
- Click Activate.
Via the CLI
Section titled “Via the CLI”From your Shopware project root:
bin/console plugin:refreshbin/console plugin:install --activate P2LabQuickProductEditorbin/console cache:clearRebuild the administration
Section titled “Rebuild the administration”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:
bin/build-administration.shHard-refresh the administration browser tab afterwards.
Verify
Section titled “Verify”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.
- Settings layout walks through what each tab contains.
- Quick Editor — Editing modes covers the click behaviour.