Index: /controller/wpsg_AdminController.class.php
===================================================================
--- /controller/wpsg_AdminController.class.php	(revision 6713)
+++ /controller/wpsg_AdminController.class.php	(revision 6714)
@@ -2113,5 +2113,5 @@
 			if (isset($_REQUEST['noheader']) && $_REQUEST['noheader'] == '1' && !isset($_REQUEST['submit']))
 			{
-
+                
 				// Ajax Anfrage eines Moduls
 				$this->shop->callMod($_REQUEST['modul'], 'be_ajax');
Index: /lib/filter_functions.inc.php
===================================================================
--- /lib/filter_functions.inc.php	(revision 6713)
+++ /lib/filter_functions.inc.php	(revision 6714)
@@ -371,5 +371,5 @@
 		)); 
 		
-		//wpsg_debug('wpsgApiReturn: '.$api_return);
+	    //wpsg_debug('wpsgApiReturn: '.$func.":".$api_return);die();
 		
 		$api_return_json = json_decode($api_return, true);
@@ -398,5 +398,6 @@
 		else 
 		{
-			 
+
+            wpsg_debug('wpsgApiReturn: '.$func.":".$api_return);die();
 			return false;
 			
@@ -415,6 +416,6 @@
         if ($force === true) $wpsg_lastupdate = false;
 		
-		$min = 15;
-		//$min = 0.2;
+		//$min = 15;
+		$min = 0.2;
 		 
         if ($wpsg_lastupdate == false || $wpsg_lastupdate < time() - 60 * $min || !wpsg_isSizedArray($wpsg_update_data))
Index: /mods/wpsg_mod_kundenverwaltung.class.php
===================================================================
--- /mods/wpsg_mod_kundenverwaltung.class.php	(revision 6713)
+++ /mods/wpsg_mod_kundenverwaltung.class.php	(revision 6714)
@@ -96,4 +96,13 @@
 				
 			}
+            else if ($_REQUEST['be_ajax'] === 'su' && is_admin())
+            {
+                
+                $this->login($_REQUEST['k_id']);
+                $this->shop->addBackendMessage(__('Sie sind jetzt im Frontend mit diesem Kunden angemeldet.', 'wpsg'));
+                
+                $this->shop->redirect(WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Customer&action=edit&edit_id='.$_REQUEST['k_id']);
+                
+            }
 			
 		} // public function be_ajax()
@@ -2109,5 +2118,5 @@
 
 		} // private function logout()
-		
+		                
 		/**
 		 * Logt den Kunden mit der ID $kunde_id ein
@@ -2313,5 +2322,5 @@
     		
 		} // private function createPasswort($anz = 8)
-		
+        
 		/**
 		 * versendet eine Mail nach der Registrierung
Index: /views/mods/mod_kundenverwaltung/edit.phtml
===================================================================
--- /views/mods/mod_kundenverwaltung/edit.phtml	(revision 6713)
+++ /views/mods/mod_kundenverwaltung/edit.phtml	(revision 6714)
@@ -109,4 +109,10 @@
 
 						<?php echo wpsg_drawForm_TextStart(); ?>
+						<p>
+							<a href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_kundenverwaltung&noheader=1&be_ajax=su&k_id=<?php echo $this->view['data']['id']; ?>"><?php echo __('Kundenlogin simulieren', 'wpsg'); ?></a>
+						</p>
+						<?php echo wpsg_drawForm_TextEnd(__('Kunden Login', 'wpsg'), array('noP' => true)); ?>
+
+						<?php echo wpsg_drawForm_TextStart(); ?>
 						<p><?php echo wpsg_formatTimestamp(strtotime($this->view['data']['lastorder'])); ?></p>
 						<?php echo wpsg_drawForm_TextEnd(__('Letzte Bestellung', 'wpsg'), array('noP' => true)); ?>
