Rubin Remus Posted June 25, 2009 Posted June 25, 2009 Hello everyone, When I'm in the admin side of OSC, and I change the order status from pending to processing it displays: Array ( [comments] => [status] => 2 [notify] => on [notify_comments] => on [x] => 20 [y] => 6 ) Any reason? Any solution? Thanks.
Rubin Remus Posted June 25, 2009 Author Posted June 25, 2009 Hello everyone, When I'm in the admin side of OSC, and I change the order status from pending to processing it displays: Array ( [comments] => [status] => 2 [notify] => on [notify_comments] => on [x] => 20 [y] => 6 ) Any reason? Any solution? Thanks. EDIT: I think orders.php has the answer. Around lines 67 & 68: echo '<pre>' . print_r($_POST ,true) . '</pre>'; exit; Any advice?
Rubin Remus Posted June 25, 2009 Author Posted June 25, 2009 Hello everyone, When I'm in the admin side of OSC, and I change the order status from pending to processing it displays: Array ( [comments] => [status] => 2 [notify] => on [notify_comments] => on [x] => 20 [y] => 6 ) Any reason? Any solution? Thanks. Well, I sorted it, just in case anyone else has a problem, just comment those lines out and it seems to be fine. Unless anyone can think of a reason that this shouldn't be done... Thanks.
Guest Posted June 25, 2009 Posted June 25, 2009 James, Although commenting out those lines may seem like a good idea, I believe removing them will also disable the status upgrade feature and affect the comments box on the orders page. Chris
Rubin Remus Posted June 25, 2009 Author Posted June 25, 2009 It hasn't altered the "Order Status Upgrade" - in the admin section... The comments box is still there... Are you talking from experience or an educated guess?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.