Index: /model/wpsg_product.class.php
===================================================================
--- /model/wpsg_product.class.php	(revision 5393)
+++ /model/wpsg_product.class.php	(revision 5394)
@@ -345,4 +345,6 @@
 			}
 			
+			$strQueryWHERE .= " AND P.`deleted` != '1' ";
+			
 			return array($strQueryWHERE, $strQueryJOIN, $strQueryHAVING, $strQueryORDER);
 		
