
Originally Posted by
Steven300
Okay I think you can make use of the $display_status setting in the main desktop_data.php file.
First you will need to determine the IDs of the order statuses you *do* want to display. You could do this by opening phpMyAdmin and looking up the orders_status table. Then enter them like in the example above.
I am impressed with the ease of this small and powerful app. That was a snap to mod as if it was design that way 
here is what I did as you suggested above;
phpMyAdmin to zen_orders_status and choose the order_status_id that you want. In my case its this;
Code:
$display_status = '1;2;100;';
Screen Shot:

another thought I had was to include a refresh link to Desktop Data for instant refresh of page (I know you can on XP "right click DD page") but I read another previous post that links dont work well in Vista and its better to have compatibility than this function?