For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

Installation works like for any Shopware plugin.

  1. In the backend, open Extensions › My extensions.

  2. Find the Product Configurator and click Install.

  3. Then click Activate.

Manually via file upload

  1. Download the plugin ZIP file.

  2. Go to Extensions › My extensions › Upload extension and select the ZIP file.

  3. Click Install on the extension, then Activate.

Via the command line

bin/console plugin:refresh
bin/console plugin:install --activate PremsConfigurator
bin/console cache:clear

After installation

  • A new menu item Product Configurator appears under Catalogues in the backend.

  • In the plugin settings you can define the behaviour per sales channel – see Plugin configuration.

  • After an update, clear the cache once (bin/console cache:clear).

Note: The plugin automatically sets up all required database structures during installation. When uninstalling, you can choose whether your configurator data is kept or removed.

Last updated

Was this helpful?