单击onepage checkout页面的continue按钮时,下一步不会加载,页面会卡在那里。我使用Chrome Inspect选项检查了该页面并看到了以下错误:
form.js:41 Uncaught TypeError: Cannot read property 'select' of undefined
at t.init (form.js:41)
at t.initialize (form.js:37)
at t (prototype.js:1)
at (index):1426
init @ form.js:41 initialize @ form.js:37
t @ prototype.js:1
(anonymous) @ (index):1426
popup.js:2 Uncaught ReferenceError: jQuery is not defined
at popup.js:2
(anonymous) @ popup.js:2
prototype.js:1 Uncaught TypeError: e is not a function
at t.initialize (prototype.js:1)
at new t (prototype.js:1)
at t.save (opcheckout.js:361)
at HTMLButtonElement.onclick ((index):609)
现在我不知道如何纠正这些错误,但我觉得这些错误会导致页面卡住。一些帮助将受到高度赞赏。
我的网站:http://makimus.com
谢谢!
答案 0 :(得分:1)
加载了两个不同版本的jQuery。这可能会导致冲突。在您的情况下,社交登录正在添加另一个jQuery版本。
在app/design/frontend/base/default/layout
找到布局文件并将其复制到app/design/frontend/[your_theme]/[your_package]/layout
并删除加载jQuery的部分。