Index: /controller/wpsg_ShopController.class.php
===================================================================
--- /controller/wpsg_ShopController.class.php	(revision 7433)
+++ /controller/wpsg_ShopController.class.php	(revision 7434)
@@ -2168,5 +2168,5 @@
 			    
 			}
-			
+			 
 			$this->callMods('loadProduktArray', array(&$produkt));
 
Index: /mods/wpsg_mod_discount.class.php
===================================================================
--- /mods/wpsg_mod_discount.class.php	(revision 7433)
+++ /mods/wpsg_mod_discount.class.php	(revision 7434)
@@ -246,7 +246,7 @@
 		} // public function getDiscountPrice($product_id, $price)
 
-		public function loadProduktArray0(&$product_data)
-		{
-
+		public function loadProduktArray(&$product_data)
+		{
+			 
 			if (wpsg_is_admin()) return;
 			$arDiscountTypes = $this->getHierarchie();
@@ -285,5 +285,5 @@
 
 					}
-
+					
 					if (wpsg_tf($discount_value) > 0)
 					{
Index: /mods/wpsg_mod_kundenverwaltung.class.php
===================================================================
--- /mods/wpsg_mod_kundenverwaltung.class.php	(revision 7433)
+++ /mods/wpsg_mod_kundenverwaltung.class.php	(revision 7434)
@@ -595,6 +595,5 @@
 			if (wpsg_isSizedString($checkout['password'])) $data['passwort_saltmd5'] = wpsg_q($this->hashString($checkout['password']));
 						
-			if ($this->shop->get_option("wpsg_mod_kundenverwaltung_aweber") == "1")
-			{
+			if ($this->shop->get_option("wpsg_mod_kundenverwaltung_aweber") == "1") {
 			
 				// Anfrage an aWeber starten
@@ -608,6 +607,6 @@
 					"meta_required" => "name,email",
 					"meta_tooltip" => "",
-					"name" => $data['vname'].' '.$data['name'],
-					"email" => $data['email']					
+					"name" => @$data['vname'].' '.@$data['name'],
+					"email" => @$data['email']					
 				);
 				
Index: /views/produkttemplates/standard.phtml
===================================================================
--- /views/produkttemplates/standard.phtml	(revision 7433)
+++ /views/produkttemplates/standard.phtml	(revision 7434)
@@ -89,4 +89,5 @@
 
 				<?php $oldPrice = $this->view['oProduct']->getOldPrice();  ?>
+				
 				<?php if ($oldPrice !== false && $oldPrice != $this->view['oProduct']->getPrice($this->view['data']['product_key'])) { ?>
 					<span class="wpsg_mod_productview_price wpsg_mod_productview_current"><?php echo wpsg_ff($this->view['oProduct']->getPrice($this->view['data']['product_key']), $this->get_option('wpsg_currency')); ?></span>
Index: /wpshopgermany.php
===================================================================
--- /wpshopgermany.php	(revision 7433)
+++ /wpshopgermany.php	(revision 7434)
@@ -11,11 +11,4 @@
 	Author URI: http://maennchen1.de/
 	*/
-
-	if (@isset($_REQUEST['t'])) {
-		
-		session_start();
-		echo "==".$_SESSION['wpsg']['order_id'];
-		die();
-	}
 	
 	define('WPSG_VERSION', '9.9.9');
@@ -23,12 +16,9 @@
 	global $wpdb;
 	
-	if (defined('MULTISITE') && MULTISITE === true && get_site_option('wpsg_multiblog_standalone', true) != '1') 
-	{
+	if (defined('MULTISITE') && MULTISITE === true && get_site_option('wpsg_multiblog_standalone', true) != '1') {
 		
 		$prefix = $wpdb->base_prefix;
 		
-	}
-	else 
-	{
+	} else {
 		
 		$prefix = $wpdb->prefix;
