Jump to content

Remove Express Checkout on mobile devices from Paypal Europe module


Recommended Posts

Hi,

 

Does anyone know if it is possible to disable the 'Express checkout' layout that automatically appears when using a tablet or smartphone with the Paypal Europe module? I am using Prestashop 1.6.0.14 and v3.11 of the official Paypal Europe module.

 

To confirm, I would like the desktop format to be displayed when using desktop, tablet or smartphone.

 

Thanks

Steve

Link to comment
Share on other sites

  • 1 month later...

hi Steveio a solution could be in file paypal.php on line 641

 

comment lines like this

//if ($use_mobile) {
//   $method = ECS;
//   } else {
   $method = (int) Configuration::get('PAYPAL_PAYMENT_METHOD');
//}

if you want to hide express check out in the others check out steps, comment all file 

 

/paypal/views/templates/express_checkout_shortcut_button.tpl

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...