在 Firefox (virtuemart) 中将产品添加到购物车

发布于 2024-09-15 11:03:50 字数 932 浏览 6 评论 0原文

我已经在 Chrome 和 IE 中测试过,都工作正常。我已将以下内容添加到我的内部 htaccess.txt 文件中:

RewriteCond %{HTTP_HOST} !^www.clothdiaperu.com$ [NC] RewriteRule ^(.*)$ http://www.clothdiaperu.com/$1 [R=301, L]

我还从它可以在我正在使用的主题中运行的两个地方删除了“return false”。我尝试删除我过去认为有冲突的其他部分。什么都不起作用。我的网站是

http://www.clothdiaperu.com

您无需登录即可尝试将产品添加到购物车。主要问题是选择子产品,然后将其添加到购物车。以下是在 Firefox 中未添加到购物车的产品的直接链接:

http://www.clothdiaperu.com/index.php?page=shop.product_details&flypage=flypage .pbv.v2.tpl&product_id=38&category_id=5&option=com_virtuemart&Itemid=1

感谢任何帮助

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

http://www.clothdiaperu.com

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:

http://www.clothdiaperu.com/index.php?page=shop.product_details&flypage=flypage.pbv.v2.tpl&product_id=38&category_id=5&option=com_virtuemart&Itemid=1

Any help is appreciated

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

会傲 2024-09-22 11:03:50

我不久前修好了它,忘了关闭它。这个问题与我所读到的和被告知的相反,并且必须启用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文