Hello,
Sorry to hear that.
What happens when you click on the “messenger“ button?
It opens the chat (url.com/messenger/orderid) and the notificación on navigation disapears.(as readed)
Thanks for clarifying!
The plugin shows unread message badge only in the messenger area.
You can get unread messages count programmatically via the following code:
$unreadMessagesCount = \U2Code\OrderMessenger\Core\ServiceContainer::getInstance()->getMessageRepository()->getUnreadCountForOrder($orderId, $context); // Context can be "admin" or "customer"
We will consider implementing this feature for the future plugin updates.
-
This reply was modified 2 years, 2 months ago by
Mykola Lukin.