在 Firefox (virtuemart) 中将产品添加到购物车
我已经在 Chrome 和 IE 中测试过,都工作正常。我已将以下内容添加到我的内部 htaccess.txt 文件中:
RewriteCond %{HTTP_HOST} !^www.clothdiaperu.com$ [NC] RewriteRule ^(.*)$ http://www.clothdiaperu.com/$1 [R=301, L]
我还从它可以在我正在使用的主题中运行的两个地方删除了“return false”。我尝试删除我过去认为有冲突的其他部分。什么都不起作用。我的网站是
您无需登录即可尝试将产品添加到购物车。主要问题是选择子产品,然后将其添加到购物车。以下是在 Firefox 中未添加到购物车的产品的直接链接:
感谢任何帮助
I've tested in Chrome and IE, both work fine. I've added the following to my internal htaccess.txt file:
RewriteCond %{HTTP_HOST} !^www.clothdiaperu.com$ [NC]
RewriteRule ^(.*)$ http://www.clothdiaperu.com/$1 [R=301,L]
I've also removed "return false" from the two places it could be run in the theme I am using. I've tried removing other pieces that I thought in the past were conflicting. Nothing works. My website is
You do not have to login to attempt to add products to the cart. The main problem is selecting a child product, then adding it to the cart. Here is a direct link to a product that doesn't add to the cart in Firefox:
Any help is appreciated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不久前修好了它,忘了关闭它。这个问题与我所读到的和被告知的相反,并且必须启用 Ajax。似乎几乎每个版本都有很多与此相关的问题。
I fixed it a little while back, forgot to close it up. The problem was the opposite of what I've read and been told, and had to ENABLE Ajax. It seems there are lots of problems relating to this almost every release.