Index: /mods/wpsg_mod_export.class.php
===================================================================
--- /mods/wpsg_mod_export.class.php	(revision 5639)
+++ /mods/wpsg_mod_export.class.php	(revision 5641)
@@ -555,5 +555,6 @@
 						'order_iban' => __('IBAN Nummer (Bankeinzug)', 'wpsg'),						
 						'order_status' => __('Status der Bestellung', 'wpsg'),
-						'order_menge' => __('Anzahl an Artikeln', 'wpsg')			
+						'order_menge' => __('Anzahl an Artikeln', 'wpsg'),
+						'order_weight' => __('Gesamtgewicht', 'wpsg')
 					)
 				),
@@ -1009,4 +1010,5 @@
 				case 'order_iban': $return = $order['mod_autodebit_iban']; break;
 				case 'order_bic': $return = $order['mod_autodebit_bic']; break;
+				case 'order_weight': $return = $order['weight']; break;
 				case 'order_gutschein': 
 					
