digibart / magento2-notifications-service-client
Keep magento persistently configured using files
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 0
Open Issues: 3
Type:magento2-module
Requires
- magento/framework: >=100.1.0
This package is not auto-updated.
Last update: 2025-06-15 12:27:13 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!)