Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Updating Order Status


Rubin Remus

Recommended Posts

Posted

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.

Posted
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?

Posted
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.

Posted

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

Posted

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...