我试图仅在主页标题上显示全局消息,但没有显示我。 我已经从我的主页复制了显示脚本的全局消息,但没有运气......
任何帮助都将受到高度赞赏..... 提前谢谢..
这对我有用...
将其添加到我的local.xml
<block type="core/messages" name="global_messages" as="global_messages"/>
和header.phtml
中的PHP调用:
<?php echo $this->getChildHtml('global_messages'); ?>
答案 0 :(得分:0)
在主题文件的local.xml中搜索引用名称&#34; header&#34;并粘贴此代码
<block type="core/messages" name="global_messages" as="global_messages"/>
现在您可以在header.phtml中使用<?php echo $this->getChildHtml('global_messages'); ?>