所以在过去的几天里,在 Magento CE 的开发安装中出现了一个奇怪的错误。
全局消息(例如,将产品添加到购物车时)已从购物车页面中消失(尽管代码在模板中,并且在上周工作)并且现在显示在 CMS 页面和主页上(再次,上周情况并非如此,我已确保代码不在模板中)
我在购物车模板中尝试显示消息的代码:
// This code was in the file originally, worked, but no its broken
<?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
// Added this in today to see if it worked, no dice
<?php echo $this->getChildHtml('global_messages') ?>