Skip to content

Installation

Mediaverse is a regular Shopware 6 plugin. You install it the same way you install any other plugin — through the admin Extensions page or via the CLI.

  • Shopware 6.6 (6.6.x line)
  1. Download the plugin ZIP (P2LabProductVideo_v2.66.x.zip).
  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.

If you have shell access to the Shopware host:

Terminal window
bin/console plugin:refresh
bin/console plugin:install --activate P2LabProductVideo
bin/console cache:clear
  1. Open the Shopware admin.
  2. Open any product → Media tab — video-specific fields appear in the media side panel.
  3. Go to Settings → System → System Config → Product videos — the plugin’s configuration page should be there.

If the configuration page is missing:

  • Confirm the plugin is activated under Extensions → My extensions.
  • Clear the admin cache: bin/console cache:clear.
  • Hard-refresh the admin (Ctrl+Shift+R).
  • Check that your user role has access to the new ACL keys.

The plugin is installed. Continue to Your first video to add a video to a product.