2
我想在主頁頁眉上僅顯示全局消息,但沒有顯示我。 我抄顯示從我的主頁,但沒有運氣腳本全局消息....如何僅在主頁頁眉中顯示全局消息
任何幫助,將不勝感激.....提前 謝謝..
這是怎麼工作過我... 加入到我的local.xml
<block type="core/messages" name="global_messages" as="global_messages"/>
和PHP調用的頭一節中header.phtml
:
<?php echo $this->getChildHtml('global_messages'); ?>
你應該張貼代碼中使用
<?php echo $this->getChildHtml('global_messages'); ?>
。你的描述不足以理解。 – 2014-12-02 11:50:08@VipulHadiya感謝您的重播,「<?php echo $ this-> getChildHtml('global_messages')?>」我希望你對這個功能有所瞭解,我只想在header中調用它,我怎麼能? – 2014-12-02 11:54:11
http://stackoverflow.com/questions/19488885/understanding-getchildhtml-in-magento這將幫助你 – 2014-12-02 11:57:26