gpt4 book ai didi

javascript - 单页结账未继续下一步

转载 作者:行者123 更新时间:2023-12-03 03:37:56 25 4
gpt4 key购买 nike

当单击单页结账页面的继续按钮时,下一步不会加载,页面会卡在那里。我使用 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

谢谢!

最佳答案

加载了两个不同版本的 jQuery。这可能会导致冲突。在你的例子中,社交登录正在添加另一个 jQuery 版本。

app/design/frontend/base/default/layout 中找到布局文件,并将其复制到 app/design/frontend/[your_theme]/[your_package]/layout code> 并删除加载 jQuery 的部分。

关于javascript - 单页结账未继续下一步,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45769690/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com