Hi,
My site http://www.gifthampersbypost.co.uk is having an issue, when a customer tries to add a product to there cart it doesn't always work, sometimes it does sometimes it doesn't, it's not specific to just one browser either. The products are always in stock and can again vary from product to product.
Any suggestions would be great.
This is a known bug. If you visit your site using "www" you''ll see the buttons don't work on the home page. But if you visit the site using just the domain name without a "www" you'll see they now work.
The solution is to use htaccess to remove any www from a visitor's request so it will match the format of your config files.
Open .htaccess
Find the line:
RewriteBase /
Just below it, insert these two lines:
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
The solution is to use htaccess to remove any www from a visitor's request so it will match the format of your config files.
Open .htaccess
Find the line:
RewriteBase /
Just below it, insert these two lines:
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
Who is online
Users browsing this forum: No registered users and 33 guests