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.
Requirements
Section titled “Requirements”- Shopware 6.6 (the plugin’s
composer.jsonconstrainsshopware/coreto>=6.6 <6.7)
Install via the admin (ZIP upload)
Section titled “Install via the admin (ZIP upload)”- Download the plugin ZIP (
P2LabAi_vX.Y.Z.zip) from your distribution source. - 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 Catalogue menu — you should now see an AI Assistant entry.
Install via CLI
Section titled “Install via CLI”If you have shell access to the Shopware host, copy the plugin into custom/plugins/P2LabAi and run:
bin/console plugin:refreshbin/console plugin:install --activate P2LabAibin/console cache:clearVerify the installation
Section titled “Verify the installation”- Open the Shopware admin.
- Go to Catalogue → AI Assistant — you should land on a Dashboard page.
- 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
Next: connect AI
Section titled “Next: connect AI”The plugin is installed but inert until you give it an OpenAI key. Continue to Connecting AI.