Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Orders->Display Order gives blank on 'All Orders'


edgar105

Recommended Posts

Has anyone else experienced this and got a fix for it?

 

In Admin orders.php, I can select pending/processing/shipped orders from the right hand 'Status' dropdown menu (which in the address bar gives ../orders.php?status=1, ?status=2 etc.). However when selecting Status: All Orders it gives a blank result: /orders.php?status=

 

It lists 'All Orders' fine when first going to the orders.php page, it just doesn't display anything if selecting 'All Orders' from the Status dropdown menu!

 

Any ideas on a fix?

 

Many thanks,

 

e.

Link to comment
Share on other sites

did write a fix for you here:

in admin/orders.php change:

tep_draw_pull_down_menu('status', array_merge(array(array('id' => '', 'text' => TEXT_ALL_ORDERS)), $orders_statuses)

to

tep_draw_pull_down_menu('status', array_merge(array(array('id' => '*', 'text' => TEXT_ALL_ORDERS)), $orders_statuses)

works like a charm for me

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...