• Hello, I’ve installed plugin but notification is not appearing on per order, just on the navigation.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter matsdent

    (@matsdent)

    Plugin Author Mykola Lukin

    (@bycrik)

    Hello,

    Sorry to hear that.

    What happens when you click on the “messenger“ button?

    Thread Starter matsdent

    (@matsdent)

    It opens the chat (url.com/messenger/orderid) and the notificación on navigation disapears.(as readed)

    Plugin Author Mykola Lukin

    (@bycrik)

    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.
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Order Notification’ is closed to new replies.