flash - global messages is not working in magento -
in default, magento provide global messages(flash messages) display success,error , notice after page loading.for us, global messages not working anywhere ( front-end , admin-side ) . if faced issue, please provide suggestion resolve issue .thanks!
could add code on how display error message?
this way add magento notification in admin panel
mage::getsingleton('adminhtml/session')->addsuccess("message"); //or adderror();
Comments
Post a Comment