My add to cart button does not work in Firefox
(1/1)
jenkinhill:
A lot of VirtueMart users have a problem where they cannot add a product to cart or the cart delete/update icons do not work, often giving a redirect to the home page. This is usually due to inconsistency of url in configuration. You must use either http(s)://www.domain.com/ or http(s)://domain.com/ - ie with or without the www. which are seen as a different domains in modern browsers. FireFox security will not transfer the session to the "new" url.
Make sure that siteurl and secureurl In VirtueMart configuration/security are both set to whichever format you choose and use .htaccess at the Joomla root on the server to force all urls to use that format.
My view is that it is better to use www. as shoppers know that that is something to do with a web address, and where a site url is published in print, the standard now is to use www.domain.com (ie to include the www)
*sometimes a failure to add to cart is caused by a JavaScript conflict where a script from the Joomla template or another module causes an error. This is usually spotted by an error on page message appearing at the bottom of IE8's browser window. Use web developer tools, such as in IE8 or Firebug to indentify the cause.
Navigation
[0] Message Index