Magento Cart Refresh Loop

时间:2016-01-12 11:51:03

标签: magento cookies

在magento网站上,购物车存在严重问题。我的商店被翻译成两种语言 - 拉脱维亚语和俄语,这个问题出现在这两种语言中,但在英语中一切都很好。所以,问题是,当我在添加产品后访问我的购物车时,它会在Google Chrome中不断刷新。 在Mozilla,Opera IE 顺便说一句,一切都很好。我已经尝试删除 var / session var / cache 中的所有会话文件,清除了cookie,增加了cookie生命周期,更改了cookie验证选项以及其他但没有任何效果。 请帮忙......

1 个答案:

答案 0 :(得分:0)

此错误是由于jQuery文件未包含在您的代码中。在页面上添加jQuery文件以修复该问题。 app/design/frontend/default/default/layout/page.xml然后添加:

<action method="addJs"><script>jquery/jquery.min.js</script></action>