Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Blank orders page in admin


ogwinilo

Recommended Posts

Felix,

 

Have you made code edits to orders.php lately ? Have you made configure.php edits lately ? Are you receiving confirmation of orders from PayPal using PayPal standard, but do not receive orders in the admin ?

 

 

 

Chris

Link to comment
Share on other sites

hi

check admin >> Customers >> Orders, if you have orders showing there then there is no problem with them being recorded so the problem lies with your orders page.

you can add this to the top of the admin / orders.php file just before the call for application_top

ini_set('display_errors',1); 
error_reporting(E_ALL);

If your server is supressing errors this should make them show up.

The let us know what they say, or you could check your server error logs for the same thing

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Link to comment
Share on other sites

Thinking on it check the orders show from the admin >> index page you should see a list of 6 if.you do not use version 2.3 if you see them then orders are being.logged

Nic

 

 

Thanks guys and sorry for the delay, time zones.

I traced it back to an add-on which intefered with the admin/orders.php. Thanks to your suggestions, I have rectified it.

 

Regards

 

Felix

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...