factorblue / module-picqer
Picqer Extended Integration for Magento 2
This package's canonical repository appears to be gone and the package has been frozen as a result.
dev-master
2021-10-12 10:07 UTC
Requires
- php: >=5.6.0
- ext-curl: *
- ext-json: *
This package is not auto-updated.
Last update: 2022-11-23 14:30:33 UTC
README
Magento 2 Extensions for Picqer.
Installation:
This project can easily be installed through Composer.
composer require picqer/magento2-plugin
bin/magento module:enable Picqer_Integration
bin/magento setup:upgrade
Activate module
- Log onto your Magento 2 admin account and navigate to Stores > Configuration > Picqer > Webhooks
- Fill out the general configuration information:
- Active: Yes
- Picqer Subdomain: is the prefix of your domain name. If you log on to 'my-shop.picqer.com', then fill in 'my-shop'.
- Connection Key: can be found in Picqer > Settings > Webshops > Magento shop. Copy and paste in this field.
Orders will now be pushed to Picqer immediately.
Uninstall:
composer remove picqer/magento2-plugin