I am trying to show global message on home page header only but not showing me. I have copied the global message showing script from my home page but no luck....
any help would be highly appreciated..... Thanks in advance..
This is how worked for me...
added this into the header section of my local.xml
<block type="core/messages" name="global_messages" as="global_messages"/>
and the PHP call in header.phtml
:
<?php echo $this->getChildHtml('global_messages'); ?>