Index: /mods/mod_statistics/wpsg_topsellertosales.class.php
===================================================================
--- /mods/mod_statistics/wpsg_topsellertosales.class.php	(revision 7904)
+++ /mods/mod_statistics/wpsg_topsellertosales.class.php	(revision 7905)
@@ -73,5 +73,5 @@
 						OP.`p_id`,
 						OP.`mod_vp_varkey`,
-						SUM(OP.`price` * OP.`menge`) AS total,
+						SUM(OP.`price`) AS total,
 						SUM(OP.`menge`) AS amount,
 						P.`name`
@@ -131,5 +131,5 @@
 													OP.`p_id`,
 													OP.`mod_vp_varkey`,
-													SUM(OP.`price` * OP.`menge`) AS total,
+													SUM(OP.`price`) AS total,
 													SUM(OP.`menge`) AS amount,
 													P.`name`".(($this->shop->hasMod('wpsg_mod_productvariants1'))?', P.`mod__varianten`':'')."
@@ -229,5 +229,5 @@
 													OP.`p_id`,
 													OP.`mod_vp_varkey`,
-													SUM(OP.`price` * OP.`menge`) AS total,
+													SUM(OP.`price`) AS total,
 													SUM(OP.`menge`) AS amount,
 													P.`name`".(($this->shop->hasMod('wpsg_mod_productvariants1'))?', P.`mod__varianten`':'')."
@@ -292,5 +292,5 @@
 													OP.`p_id`,
 													OP.`mod_vp_varkey`,
-													SUM(OP.`price` * OP.`menge`) AS total,
+													SUM(OP.`price`) AS total,
 													SUM(OP.`menge`) AS amount,
 													P.`name`
@@ -359,5 +359,5 @@
 													OP.`p_id`,
 													OP.`mod_vp_varkey`,
-													SUM(OP.`price` * OP.`menge`) AS total,
+													SUM(OP.`price`) AS total,
 													SUM(OP.`menge`) AS amount,
 													P.`name`
@@ -416,5 +416,5 @@
 					OP.`p_id`,
 					OP.`mod_vp_varkey`,
-					SUM(OP.`price` * OP.`menge`) AS total,
+					SUM(OP.`price`) AS total,
 					SUM(OP.`menge`) AS amount,
 					P.`name`
@@ -470,5 +470,5 @@
 													OP.`p_id`,
 													OP.`mod_vp_varkey`,
-													SUM(OP.`price` * OP.`menge`) AS total,
+													SUM(OP.`price`) AS total,
 													SUM(OP.`menge`) AS amount,
 													P.`name`
