Product Configurator
Installation
Installation works like for any Shopware plugin.
Via the Shopware Store (recommended)
- In the backend, open Extensions › My extensions.
- Find the Product Configurator and click Install.
- Then click Activate.
Manually via file upload
- Download the plugin ZIP file.
- Go to Extensions › My extensions › Upload extension and select the ZIP file.
- 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.