oli4321 Posted December 23, 2017 Share Posted December 23, 2017 Hello, i'm using prestashop for a while now, and did not notice any big problems. However, i got yesterday a client who wishes to order with her mobile phone. When she added a product to her basket and continued to shopping. Then she clicks on the basket item in the right corner, and it goes open you can not click on the proceed to checkout button. The button is not clickable The next problem is when you can checkout (if you choose go direct to checkout instead of keep shopping) and you want to fill in your data (like name etc,...) and try to scroll to the next fillout space, you gat a whole white page. You can test it here: https://goo.gl/ejNWCj Thank you ! and Merry Christmans Link to comment Share on other sites More sharing options...
oli4321 Posted December 26, 2017 Author Share Posted December 26, 2017 Does anybody has an idea ? Thank you ! Link to comment Share on other sites More sharing options...
Falcopat Posted February 10, 2018 Share Posted February 10, 2018 Bonjour, J ai également le même problème avez vous trouvé une solution Merci Link to comment Share on other sites More sharing options...
DevMostafa Posted November 3, 2022 Share Posted November 3, 2022 for my case the button was disabled at a template custom JS file, if you spot a code like this simply add :first to the button as below. if (document.body.clientWidth < 992) { $('#ttvcms_cart_button a:first').click(function(e){ e.preventDefault(); e.stopPropagation(); }); } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now