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

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -