Index: /controller/wpsg_BasketController.class.php
===================================================================
--- /controller/wpsg_BasketController.class.php	(revision 6183)
+++ /controller/wpsg_BasketController.class.php	(revision 6184)
@@ -390,5 +390,5 @@
 			}
 			else if (wpsg_isSizedString($_REQUEST['wpsg']['action'], 'widget'))
-			{
+			{ 
 				
 				the_widget('wpsg_basket_widget');
@@ -896,7 +896,7 @@
 				$this->shop->basket->initFromSession(true);
 				
-				// Checkout1 muss immer geprÃŒft werden, ist z.B. fÃŒr das Kundenmodul notwendig!
+				// Checkout1 muss immer geprÃŒft werden, ist z.B. fÃŒr das Kundenmodul notwendig!				
 				$bOK = $this->shop->basket->checkCheckout(1);
-				
+								
 				if (isset($_REQUEST['wpsg_checkout']))
 				{
Index: /controller/wpsg_ShopController.class.php
===================================================================
--- /controller/wpsg_ShopController.class.php	(revision 6183)
+++ /controller/wpsg_ShopController.class.php	(revision 6184)
@@ -2710,5 +2710,5 @@
 				
 				// Verarbeitung im BasketController
-				$this->basketController->template_redirect();
+ 				$this->basketController->template_redirect();
 			
 				// Wenn Checkout abgeschickt wurde, dann Bestellung speichern
Index: /lib/wpsg_basket.class.php
===================================================================
--- /lib/wpsg_basket.class.php	(revision 6183)
+++ /lib/wpsg_basket.class.php	(revision 6184)
@@ -1319,5 +1319,5 @@
 				($this->shop->hasMod('wpsg_mod_onepagecheckout') && $state == 1 && !isset($_REQUEST['wpsg_mod_kundenverwaltung_save']) && !isset($_REQUEST['wpsg_mod_kundenverwaltung_register'])))
 			{
-							
+				 			
 				$this->shop->checkShippingAvailable(); 
  
@@ -1325,10 +1325,5 @@
 				if (!isset($this->arCheckout['shipping']) || !array_key_exists($this->arCheckout['shipping'], $this->shop->arShipping) || $this->arCheckout['shipping'] == '')
 				{
-					
-					echo '<pre>';
-					debug_print_backtrace();
-					echo '</pre>';
-					die();
-					
+										
 					$this->shop->addFrontendError(__('Bitte eine gÃŒltige Versandart auswÃ€hlen.', 'wpsg'));
 					$_SESSION['wpsg']['errorFields'][] = 'shipping';
