HelenI Posted February 23, 2010 Share Posted February 23, 2010 I modified order statuses.How can I select what is default order status when order is received but not yet modified. Link to comment Share on other sites More sharing options...
tetris Posted April 4, 2010 Share Posted April 4, 2010 Hello,I have the same doubt. Nobody knows how solve?Thanks Link to comment Share on other sites More sharing options...
rocky Posted April 4, 2010 Share Posted April 4, 2010 It is not possible to change this using the Back Office. It is the payment module that dictates the order state after payment is completed. You need to edit validate.php in each of the payment modules and change the second parameter of the validateOrder function call to the ID of the order state you want after payment is completed. Link to comment Share on other sites More sharing options...
tetris Posted April 7, 2010 Share Posted April 7, 2010 Thank you very much, I will try to do what you say. I'm starting and I don't know much knowledge of PHP, but I will learn. Greetings. (Valencia, Spain) Link to comment Share on other sites More sharing options...
tetris Posted April 15, 2010 Share Posted April 15, 2010 Is solved. In the config.inc.php file, I defined the new state. Then I edited validation.php. In validateOrderCOD I put the ID of the new state that I have defined. 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