Index: /mods/wpsg_mod_shippingadress.class.php
===================================================================
--- /mods/wpsg_mod_shippingadress.class.php	(revision 5832)
+++ /mods/wpsg_mod_shippingadress.class.php	(revision 5842)
@@ -170,4 +170,26 @@
 				
 			}
+			else
+			{
+					
+					$this->shop->view['wpsg_mod_shippingadress'] = $this->db->fetchRow("
+						SELECT
+							`shipping_name` AS name,
+							`shipping_vname` AS vname,
+							`shipping_firma` AS firma,
+							`shipping_strasse` AS strasse,
+							`shipping_plz` AS plz,
+							`shipping_ort` AS ort,
+							`shipping_land` AS land
+						FROM
+							`".WPSG_TBL_ORDER."`
+						WHERE
+							`id` = '".wpsg_q($order_id)."'
+					");	
+			}
+			
+			$this->shop->view['wpsg_mod_shippingadress']['oCountry'] = wpsg_country::getInstance($this->shop->view['wpsg_mod_shippingadress']['land']);
+			
+			$this->shop->render(WPSG_PATH_VIEW.'/mods/mod_shippingadress/wpsg_order_view_customerdata.phtml');
 			
 		} // public function wpsg_order_view_customerdata(&$order_id)
