digibart/magento2-notifications-service-client

There is no license information available for the latest version (dev-master) of this package.

Keep magento persistently configured using files

dev-master 2018-03-06 18:46 UTC

This package is not auto-updated.

Last update: 2024-10-06 09:15:12 UTC


README

This module is a client for Notifications Microservice. It allows customers to receive notifications in real-time and to store them in a private inbox.

Configuration

Stores -> Configuration -> Digibart -> Notifications

Configuration

  • Module Enabled - enable/disable module's functionality
  • Mode:
    • Inbox and Notifications - will display notifications and keep store them in private inbox
    • Inbox Only - only store notification in private inbox
    • Notifications Only - only show notifications (NOTE: this will remove received notification from service)
  • Api Endpoint - service Api Endpoint
  • Socket Endpoint - socket endpoint
  • Namespace - in case of multiple clients it allows to create separated socket space

Functionality

Shows notification for registered customers and eventually stores them in a private inbox

How does it work?

  • Hover over message in your inbox to display additional actions
  • Click on the notification to close it (or just wait a while patiently!)