Index: /mods/wpsg_mod_productvariants.class.php
===================================================================
--- /mods/wpsg_mod_productvariants.class.php	(revision 6309)
+++ /mods/wpsg_mod_productvariants.class.php	(revision 6310)
@@ -1897,5 +1897,6 @@
 				
 				// Wenn Lagerbestand aktiv, dann nur Veriationen mit Lagerbestand zÃ€hlen
-				if ($this->shop->hasMod('wpsg_mod_stock')) $strQueryWHERE .= " AND PVI.`stock` > 0 ";
+				// Im Backend zÃ€hle ich auch ausverkaufte Variationen mit, sonst steht in der Ãbersicht 0/2 auch wenn bei einem der Haken gesetzt ist
+				if ($this->shop->hasMod('wpsg_mod_stock') && !is_admin()) $strQueryWHERE .= " AND PVI.`stock` > 0 ";
 				
 				$strQuerySELECT .= ", (
