Installation
P2Lab Badges is a regular Shopware 6 plugin. You install it the same way you install any other plugin — via the admin Extensions page or via Composer / the CLI.
Requirements
Section titled “Requirements”- Shopware 6.6 or 6.7 (use the matching build of the plugin)
- A user role with permission to manage extensions and the Product Badges module
Install via the admin (ZIP upload)
Section titled “Install via the admin (ZIP upload)”- Download the matching plugin ZIP (
P2LabBadges_vX.Y.Z.zip) for your Shopware version. - In the Shopware admin go to Extensions → My extensions → Upload extension and pick the ZIP.
- After upload, click Install next to the plugin entry.
- Click Activate.
- Open the Catalogues menu — you should now see a Product Badges entry.
Install via CLI
Section titled “Install via CLI”If you have shell access to the Shopware host, copy the plugin into custom/plugins/P2LabBadges and run:
bin/console plugin:refreshbin/console plugin:install --activate P2LabBadgesbin/console cache:clearVerify the installation
Section titled “Verify the installation”- Open the Shopware admin.
- Go to Catalogues → Product Badges — you should see the (empty) badge list.
- Go to Settings → Plugins → Product Badges — you should see the configuration tabs (General, Badge Defaults, Product Page, Product Listing, Settings).
- Open the storefront. No badges are visible yet — you need to create at least one.
If the menu entry is missing, check:
- The plugin is activated (Extensions → My extensions)
- The admin cache has been cleared
- Your user role has access to the new ACL keys
Next: create your first badge
Section titled “Next: create your first badge”The plugin is installed but no badges exist yet. Continue with First badge.