edgar105 Posted November 15, 2006 Share Posted November 15, 2006 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 More sharing options...
edgar105 Posted November 19, 2006 Author Share Posted November 19, 2006 Nobody else has this issue? Link to comment Share on other sites More sharing options...
edgar105 Posted November 26, 2006 Author Share Posted November 26, 2006 OK, I guess not. Thanks for reading anyway. Link to comment Share on other sites More sharing options...
drewnick Posted November 28, 2006 Share Posted November 28, 2006 I am having this same issue... I'm not sure what could be causing it. Anyone know where to start? Link to comment Share on other sites More sharing options...
MSP Posted November 28, 2006 Share Posted November 28, 2006 I have this same problem too but it's not too bad because you can just select orders on the left and get the same result Link to comment Share on other sites More sharing options...
jdvb Posted November 28, 2006 Share Posted November 28, 2006 you can change your code to display a status=* instead. but I myself have not botherd to change that. not that big a deal I think. Link to comment Share on other sites More sharing options...
jdvb Posted November 28, 2006 Share Posted November 28, 2006 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.