signalise/magento2-plugin

Signalise plugin

Installs: 7 186

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 1

Forks: 0

Open Issues: 2

Type:magento2-module

1.0.11 2023-08-28 15:04 UTC

README

Magento2 Plugin that push data to Signalise, data wil be pushed in a queue and a consumer will be pushing the data to Signalise.

This plugin can also push orders or a specific order to signalise through the PushOrder command.

signalise:push-order {order_id}

Installation

In order to install this package you need composer.

composer require signalise/magento2-plugin

Configuration

  • Api key.
  • Connect id (Needs to be configured for each store).
  • Active Events (You can select which event you want to activate).
  • Development (When development is enabled, it is not possible to send data to signalise. However the events will be triggered and send to the queue).
  • Error log (Show last 100 error records).

img.png

Setup command

This command will create a connect in Signalise.

Setup console command: bin/magento signalise:setup

  • Enter api key
  • Select store view or create custom connect name

Option 1: Create connect name from selected store

Selecting a store view will save the connect in the selected store config.

Option 2: Create connect name

This will give you an input field and will save the connect in global config.

Events

We currently have 2 configurable events that will send data to signalise when it gets triggered.

  • sales_order_place_after - This event will be triggered when you place an order.
  • sales_order_payment_pay - This event will be triggered when you pay after you placed an order.

More events will be added in the future

Support

Signalise PHP Client is made by Ndottens.

If you find a bug or want to submit an improvement, don't hesitate to create a merge request.