Installation
Requirements
- Shopware 6.7.0 or higher
- PHP 8.2 or higher
- Valid license key (available at agiqon-connector.de)
Install the Plugin
Via Shopware Store
- Log in to the Shopware Administration.
- Navigate to Extensions → Store.
- Search for "AgiqonConnector" and click Install.
Manually via Composer
composer require agiqon/oci-connector
bin/console plugin:install --activate AgiqonConnector
bin/console cache:clear
Manually via ZIP
- Extract the plugin ZIP to
custom/plugins/AgiqonConnector. - In the Admin under Extensions → My Extensions, click Install.
- Activate the plugin.
After Installation
The following menu items will appear in the Shopware Admin:
Extensions
└─ OCI Systems
└─ cXML Systems
Enter License Key
The license key is entered per system, not globally. When creating an OCI or cXML system, go to the General tab and find the License section.
Get your key at: agiqon-connector.de → My Account → Licenses
Update the Plugin
bin/console plugin:update AgiqonConnector
bin/console cache:clear
bin/console database:migrate --all AgiqonConnector
Uninstall the Plugin
During uninstallation you will be asked whether to keep data (systems, configurations). Choose Keep data if you plan to reinstall later.