hellykun Posted February 3, 2014 Share Posted February 3, 2014 (edited) Hello Everyone, I would like to hide the paypal payment option if an order is above a specific price that I set. Which files should I edit? Can somebody help? Prestashop 1.5.5. Thanks a lot in advance. Edited February 3, 2014 by hellykun (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted February 3, 2014 Share Posted February 3, 2014 Try modifying hookPayment in the paypal.php file. At the beginning, you might try to add if($this->context->cart->getOrderTotal() > YOUR PRICE) return; 2 Link to comment Share on other sites More sharing options...
hellykun Posted February 3, 2014 Author Share Posted February 3, 2014 That worked perfectly! Thanks a lot Nemo1. 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