如何仅在主页标题中显示全局消息

时间:2014-12-02 11:47:41

标签: magento

我试图仅在主页标题上显示全局消息,但没有显示我。 我已经从我的主页复制了显示脚本的全局消息,但没有运气......

任何帮助都将受到高度赞赏..... 提前谢谢..

这对我有用... 将其添加到我的local.xml

的标题部分
<block type="core/messages" name="global_messages" as="global_messages"/>

header.phtml中的PHP调用:

<?php echo $this->getChildHtml('global_messages'); ?>

1 个答案:

答案 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'); ?>