webshoplocatie/magento2-plugin

Webshoplocatie Integration for Magento 2

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 5

Type:magento2-module

1.2.1 2024-04-25 14:00 UTC

This package is auto-updated.

Last update: 2024-09-25 14:57:28 UTC


README

Magento 2 Extensions (based in the Picqer Magento 2 extension)

Installation:

This project can easily be installed through Composer.

composer require webshoplocatie/magento2-plugin
bin/magento module:enable Webshoplocatie_Integration
bin/magento setup:upgrade

Remove:

This project can easily be removed.

bin/magento module:disable Webshoplocatie_Integration
bin/magento setup:upgrade
composer remove webshoplocatie/magento2-plugin

Activate module

  1. Log onto your Magento 2 admin account and navigate to Stores > Configuration > Webshoplocatie > Webhooks
  2. Fill out the general configuration information:
    • Active: Yes
    • Webhook URL: Url for the webshoplocatie webhook
    • Consumer Key: Enter a key
    • Consumer Secret: Enter a secret value

Orders will now be pushed to Webshoplocatie immediately.

Uninstall:

composer remove webshoplocatie/magento2-plugin