Index: /mods/wpsg_mod_targo.class.php
===================================================================
--- /mods/wpsg_mod_targo.class.php	(revision 5879)
+++ /mods/wpsg_mod_targo.class.php	(revision 5880)
@@ -115,5 +115,5 @@
 
 			$arBasket = $this->shop->basket->toArray();
-				
+				wpsg_debug($arBasket);
 			// Bestellungen auÃerhalb der Targo-Bestimmungen geben nix aus
 			$gesamt = $arBasket['sum']['preis_gesamt_brutto'];
Index: /system/conf.php
===================================================================
--- /system/conf.php	(revision 5879)
+++ /system/conf.php	(revision 5880)
@@ -7,4 +7,5 @@
 		"mod_keygen", "wpsg_mod_keygen.class.php",
 		"mod_addressvalidation", "wpsg_mod_addressvalidation.class.php",
+		"mod_targo", "wpsg_mod_targo.class.php",
 		"mod_creditcard", "wpsg_mod_creditcard.class.php",
 		"mod_paypalapi", "wpsg_mod_paypalapi.class.php",
Index: /system/module.php
===================================================================
--- /system/module.php	(revision 5879)
+++ /system/module.php	(revision 5880)
@@ -39,11 +39,11 @@
 		),		
 		'wpsg_mod_si' => array(
-				'modulname' => 'wpsg_mod_si',
-				'files' => array(
-						'mods/wpsg_mod_si.class.php',
-						'views/mods/mod_si'
-				),
-				'url' => '',
-				'hide' => true
+			'modulname' => 'wpsg_mod_si',
+			'files' => array(
+				'mods/wpsg_mod_si.class.php',
+				'views/mods/mod_si'
+			),
+			'url' => '',
+			'hide' => true
 		),
 		/*
@@ -60,4 +60,13 @@
 		),
 		*/
+		'wpsg_mod_targo' => array(
+			'modulname' => 'wpsg_mod_targo',
+			'files' => array(
+				'mods/wpsg_mod_targo.class.php',
+				'views/mods/mod_targo'
+			),
+			'url' => '',
+			'hide' => true
+		),
 		'wpsg_mod_amazon' => array(
 				'shop_product_id' => 34,
