Skip to content

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.

  • 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
  1. Download the matching plugin ZIP (P2LabBadges_vX.Y.Z.zip) for your Shopware version.
  2. In the Shopware admin go to Extensions → My extensions → Upload extension and pick the ZIP.
  3. After upload, click Install next to the plugin entry.
  4. Click Activate.
  5. Open the Catalogues menu — you should now see a Product Badges entry.

If you have shell access to the Shopware host, copy the plugin into custom/plugins/P2LabBadges and run:

Terminal window
bin/console plugin:refresh
bin/console plugin:install --activate P2LabBadges
bin/console cache:clear
  1. Open the Shopware admin.
  2. Go to Catalogues → Product Badges — you should see the (empty) badge list.
  3. Go to Settings → Plugins → Product Badges — you should see the configuration tabs (General, Badge Defaults, Product Page, Product Listing, Settings).
  4. 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

The plugin is installed but no badges exist yet. Continue with First badge.