Skip to content

Magento 2 plugin for extended Picqer integration

License

Notifications You must be signed in to change notification settings

picqer/magento2-plugin

Folders and files

NameName
Last commit message
Last commit date
Sep 8, 2020
May 3, 2022
May 3, 2022
Apr 17, 2019
Apr 29, 2019
Apr 29, 2019
May 3, 2022
Apr 29, 2019

Repository files navigation

Picqer Extended Integration for Magento 2

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

  1. Log onto your Magento 2 admin account and navigate to Stores > Configuration > Picqer > Webhooks
  2. 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