Skip to content

Installation

P2Lab AI 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 (the plugin’s composer.json constrains shopware/core to >=6.6 <6.7)
  1. Download the plugin ZIP (P2LabAi_vX.Y.Z.zip) from your distribution source.
  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 Catalogue menu — you should now see an AI Assistant entry.

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

Terminal window
bin/console plugin:refresh
bin/console plugin:install --activate P2LabAi
bin/console cache:clear
  1. Open the Shopware admin.
  2. Go to Catalogue → AI Assistant — you should land on a Dashboard page.
  3. Open any product detail page — you should see new AI buttons on the SEO, Specifications and Media cards.

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 plugin

The plugin is installed but inert until you give it an OpenAI key. Continue to Connecting AI.