AnonymousUser Posted February 7, 2014 Share Posted February 7, 2014 (edited) It's impossible to add a product to the cart without JavaScript enabled. This could be easily fixed by changing the add to cart button from a "button" element to an "a" element with an href that adds the product to the cart in case of no JavaScript. I realize non-JavaScripters are uncommon, but we shouldn't unnecessarily exclude people from using our stores. Edited February 7, 2014 by dylan.c (see edit history) Link to comment Share on other sites More sharing options...
Dreamtheme Posted February 8, 2014 Share Posted February 8, 2014 Post this to PrestaShop Forge please. Link to comment Share on other sites More sharing options...
vekia Posted February 8, 2014 Share Posted February 8, 2014 if you haven't got js scripts enabled, it should work. you should be redirected to cart page, in fact add to cart button has got href="" param which redirects to cart page, js functions changing this for ajax query. Link to comment Share on other sites More sharing options...
Recommended Posts