Internet explorer internet explorer中的magento错误mage.cookies.path=&x27/'';法师';是未定义的

Internet explorer internet explorer中的magento错误mage.cookies.path=&x27/'';法师';是未定义的,internet-explorer,magento-1.7,undefined,Internet Explorer,Magento 1.7,Undefined,我在我的magento网站上收到此错误。它是magento版本1.7.2。它不允许客户在使用internet explorer 7 8或9时向购物车添加任何产品。我还没有在ie的其他版本上测试过。请帮忙,这让我发疯了。我已经确定这些是按这个顺序排列的 我已经做了下面的建议,但它不起作用 为了解决这个问题,您需要确保在head.phtml中 app/design/frontend/base/default/template/page/html/head.phtml 你有 <?php echo

我在我的magento网站上收到此错误。它是magento版本1.7.2。它不允许客户在使用internet explorer 7 8或9时向购物车添加任何产品。我还没有在ie的其他版本上测试过。请帮忙,这让我发疯了。我已经确定这些是按这个顺序排列的

我已经做了下面的建议,但它不起作用

为了解决这个问题,您需要确保在head.phtml中

app/design/frontend/base/default/template/page/html/head.phtml

你有

<?php echo $this->getChildHtml() ?> 

之后

所以它应该看起来像:

<?php echo $this->getCssJsHtml() ?>

<?php echo $this->getChildHtml() ?>

<?php echo $this->getCssJsHtml() ?>

<?php echo $this->getChildHtml() ?>