Question

I am in interested in creating notification badges in magento for external applications such as email, crm, customer cat, etc. i recently created links in magento's admin panel to redirect to my email, CRM system, etc. But i would also like to add notification badges to this.

Could you guys suggests ways to import notifications from external sources (email client/server, etc.)into magento?

Was it helpful?

Solution

You could use Magento's System->Notification system - the one that tells you about security patches, upgrades and the sort. The notifications appear right underneath the menu in the admin panel.

You'd need to do some custom development, but you should be able to easily hook into it with maybe one or two class rewrites. Also have a look at the following classes Mage_Adminhtml_NotificationController and Mage_AdminNotification_Model_Inbox.

edit:

There are a couple of blog-posts about what I mean:

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top