greree Posted February 27, 2003 Share Posted February 27, 2003 I want to change the DEFAULT_ORDERS_STATUS_ID for some of the payment methods. For instance, the DEFAULT_ORDERS_STATUS_ID for pm2checkout is "2". I want to change that to "3". With v5.0 and before all I had to do is edit /catalog/includes/languages/english/downloads_controller.php. In v5.3 that file isn't there, and I can't see any other way to change it. Any ideas? Quote Link to comment Share on other sites More sharing options...
Ajeh Posted February 27, 2003 Share Posted February 27, 2003 In v5.3 you do not need to make these changes. Everything is based on the Admin Configuration of the Payment modules and the cart weight . Basically it is now automated to your system. Also configure your Downloads section as there are a couple new settings that get loaded into the configuration table with this version. Quote Link to comment Share on other sites More sharing options...
greree Posted February 27, 2003 Author Share Posted February 27, 2003 OK, got it. Thanks. Quote Link to comment Share on other sites More sharing options...
notset4life Posted April 3, 2004 Share Posted April 3, 2004 looking at the code in Checkout_process.php, it sets order status as follows: 'orders_status' => DEFAULT_ORDERS_STATUS_ID, This would be "pending" in my case. I also used Authorize.net Consolidated 1.7 orders_status' => $order->info['order_status'], I believe was changed to 'orders_status' => DEFAULT_ORDERS_STATUS_ID, The authorize.net script has no admin setting for status, but it should be a 3, since credit card payment should provide download immediately, but from what I see, it sets the status to pending. Anyone know how to work these 2 together? thanx Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.