Liquido Posted September 4, 2014 Share Posted September 4, 2014 (edited) Hi all, i have this problem: - user create a cart - use bankwire module to pay with bank-wire method When bankwire module call native PS validateOrder method (PaymentModule.php), i see this: if product qt > 0 : validateOrder set a corret orders status "pending payment" if product qt <=0 : validateOrder set "waiting to be processed" I want the order status is always "pending payment" (no problem for qt verification) <about PS: 1.5 version> Can you explain me how to configure this ? Thanx for help Edited September 4, 2014 by Liquido (see edit history) Link to comment Share on other sites More sharing options...
Liquido Posted September 5, 2014 Author Share Posted September 5, 2014 Up. The only solution i have found is to replicate validateOrder method on bankwire class and change the behaviour of method :-/ 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