我发现我的magento网站上的全局消息已不再显示。
登录失败,您的商品已添加到购物车等消息不再显示
我没有对模板进行任何更改,我已经检查了模板.phtml和page.xml文件,以确保调用全局消息的内联代码存在,并且是。
奇怪的是,时事通讯提交消息仍然有效
我一直试图解决这个问题好几天了,我仍然感到茫然:(
有没有人对我能做什么有任何建议?
为了不用代码填充帖子,这是我的page.xml
page.xml:http://www.diegocordero.com.au/magento/page.xml
和3columns.phtml:
<?php echo $this->getChildHtml('after_body_start') ?>
<div class="wrapper">
<?php echo $this->getChildHtml('global_notices') ?>
<div class="page">
<?php echo $this->getChildHtml('header') ?>
<div class="main-container col3-layout">
<div class="main">
<?php echo $this->getChildHtml('breadcrumbs') ?>
<div class="col-wrapper">
<?php // This left_first block will display above the main content on smaller viewports ?>
<?php if ($_leftContent = $this->getChildHtml('left_first')): ?>
<div class="col-left sidebar col-left-first"><?php echo $_leftContent; ?></div>
<?php endif; ?>
<div class="col-main">
<?php echo $this->getChildHtml('global_messages') ?>
<?php echo $this->getChildHtml('content') ?>
</div>
<div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
</div>
<div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
</div>
</div>
<?php echo $this->getChildHtml('footer_before') ?>
<?php echo $this->getChildHtml('footer') ?>
<?php echo $this->getChildHtml('global_cookie_notice') ?>
<?php echo $this->getChildHtml('before_body_end') ?>
</div>
</div>
现场测试:www.diegocordero.com.au/magento