windirt Posted September 8, 2011 Share Posted September 8, 2011 I have some products don't want to use the Paypal payment module, how can I set or install which module to let the products only using Bankwire and WesternUnion, and leave another products using all of my payment module? Link to comment Share on other sites More sharing options...
tomerg3 Posted September 8, 2011 Share Posted September 8, 2011 You will have to edit the hooPayment() function in the paypal module (/modules/paypal/paypal.php), get the products that are in the current cart ($cart->getProducts) and check the product ID against the ones you do not want to allow paypal for. If you find a match, then you want to skip paypal option by returning "false" 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