Index: /mods/wpsg_mod_weight.class.php
===================================================================
--- /mods/wpsg_mod_weight.class.php	(revision 8157)
+++ /mods/wpsg_mod_weight.class.php	(revision 8158)
@@ -232,5 +232,5 @@
 			foreach ($arCalculation['product'] as $p) {
 				
-				$weight += $p['amount'] * $this->getSessionBasketWeight($p['product_key']);
+				$weight += $p['amount'] * $this->getWeight($p['product_key']);
 				
 			}
