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
Package info
github.com/bartoszherba/magento2-notifications-service-client
Type:magento2-module
pkg:composer/digibart/magento2-notifications-service-client
dev-master
2018-03-06 18:46 UTC
Requires
- magento/framework: >=100.1.0
This package is not auto-updated.
Last update: 2026-02-22 15:42:56 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
- 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
- Hover over message in your inbox to display additional actions
- Click on the notification to close it (or just wait a while patiently!)

