mappconnect / shopware-plugin
Mapp Connect integration for Shopware 6
Installs: 342
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Type:shopware-platform-plugin
Requires
- mappconnect/client: ^0.1
- shopware/core: ^6.4|^6.5
- shopware/storefront: ^6.4|^6.5
This package is auto-updated.
Last update: 2024-12-13 13:19:26 UTC
README
Overall information
shopware-plugin project is a middleware between MappConnect service and Shopware to execute basic events:
- connection status
- get messages
- get groups
- execute specified events for given integrationId
Installation
The preferred method is via composer. Follow the installation instructions if you do not already have composer installed.
Once composer is installed, execute the following command in your project root to install this library:
composer require mappconnect/shopware-plugin php bin/console plugin:refresh php bin/console plugin:install --activate --clearCache MappConnect
Manual Installation
Alternatively you can download the package in its entirety.
-
Put plugin sources to Shopware
src/custom/plugins/
folder cleaningshopware-plugin
names/folders first, app will automatically detect all plugins that residue within this folder,
composer require mappconnect/client php bin/console plugin:refresh php bin/console plugin:install --activate --clearCache MappConnect
Configuration
Shopware plugin you can activate by
-
[Shopware 6.3.x] Going to Administration section in Shopware, and next go to Settings->System->Plugins and from the list Install ( you can also Configure it from context menu), and next Activate this within toggle button,
-
[Shopware 6.4.x] Going to Extensions section in Shopware, and next go to My extensions->Apps and from the list Install ( you can also Configure it from context menu), and next Activate this within toggle button,
Now you use Plugin along with Buissnes Events triggering message sendout or sending event to Whiteboard (automation).