Skip to main content

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

  1. Log in to the Shopware Administration.
  2. Navigate to Extensions → Store.
  3. 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

  1. Extract the plugin ZIP to custom/plugins/AgiqonConnector.
  2. In the Admin under Extensions → My Extensions, click Install.
  3. 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.deMy 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.