Index: /controller/wpsg_OrderController.class.php
===================================================================
--- /controller/wpsg_OrderController.class.php	(revision 6204)
+++ /controller/wpsg_OrderController.class.php	(revision 6205)
@@ -690,4 +690,6 @@
 			{
 
+				if ($this->shop->get_option('wpsg_showincompleteorder') != '1' && $status_key == wpsg_ShopController::STATUS_UNVOLLSTAENDIG) continue;
+				
 				$arFilterState = $this->shop->view['arFilter'];
 				$arFilterState['status'] = $status_key;
Index: /model/wpsg_order.class.php
===================================================================
--- /model/wpsg_order.class.php	(revision 6204)
+++ /model/wpsg_order.class.php	(revision 6205)
@@ -1111,5 +1111,5 @@
 				".$strLimit."
 			";
- 
+ 			
 			$arOrderID = $GLOBALS['wpsg_db']->fetchAssocField($strQuery, "id", "id");
 
