Steveio Posted October 11, 2016 Share Posted October 11, 2016 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 More sharing options...
stockw Posted November 16, 2016 Share Posted November 16, 2016 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 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