Jump to content

Mobile problems for checkout


Recommended Posts

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 :o

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

  • 1 month later...
  • 4 years later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...