picqer / shopware6-plugin
Picqer Extended Integration for Shopware 6
Installs: 3 407
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:shopware-platform-plugin
Requires
- php: >=7.4
- ext-curl: *
- ext-json: *
- shopware/core: ^6.4
This package is auto-updated.
Last update: 2024-10-13 16:27:41 UTC
README
Shopware extension for Picqer
Read full documentation on picqer.com
Installation
This project can easily be installed through Composer.
composer require picqer/shopware6-plugin
Activate Plugin
- Log onto your Shopware Administration portal and navigate to Extensions > My extensions.
- Install and activate the Picqer Extended Integration plugin.
- Fill out the general configuration information:
- Subdomain: is the prefix of your domain name. If your log on to 'my-shop.picqer.com', then fill in 'my-shop'.
- Connection Key: can be found in Picqer > Settings > Webshops > Shopware shop. Copy and paste this field.
- Disable sending webhooks for this sales channel
- Enable debug logging: Only enable when the plugin is not working, this will log errors in the communication with Picqer.
Orders will now be pushed to Picqer immediately.
Uninstall
- Log onto your Shopware Administration portal and navigate to Extensions > My extensions.
- Uninstall the Picqer plugin.
composer remove picqer/shopware-plugin
- Remove the Picqer plugin.