millien Posted September 7, 2014 Share Posted September 7, 2014 (edited) Hi I have a strange bug in my prestashop (www.gatespy.se) , when i clear the cache or a new user visits the site he can't add products to the basket it says no item on the basket when i try checkout . Most often on chrome browser . I think it has to do with cookie or how the Javascript lodes late. here is a demonstration of the bug sorry guys for my english https://www.dropbox.com/s/i4fjqzx2pyxl6lt/kundkorg.mov?dl=0 Edited September 7, 2014 by millien (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 8, 2014 Share Posted September 8, 2014 can you temporarily enable shop? it's under maintenance mode and it's not possible to check it Link to comment Share on other sites More sharing options...
millien Posted September 8, 2014 Author Share Posted September 8, 2014 i managed to fix the issue it is a url problem , when i entered without www there was a problem with cookie . so i added RewriteEngine On RewriteCond %{HTTP_HOST} ^gatespy.se [NC] RewriteRule ^(.*)$ http://www.gatespy.se/$1 [L,R=301] om top of the htaccess file Link to comment Share on other sites More sharing options...
millien Posted September 8, 2014 Author Share Posted September 8, 2014 can you temporarily enable shop? it's under maintenance mode and it's not possible to check it it's open now if you want to check Link to comment Share on other sites More sharing options...
Recommended Posts