Index: /views/mods/mod_targo/order_view_afterpayment.phtml
===================================================================
--- /views/mods/mod_targo/order_view_afterpayment.phtml	(revision 5888)
+++ /views/mods/mod_targo/order_view_afterpayment.phtml	(revision 5889)
@@ -7,5 +7,7 @@
 ?>
 
-<?php if (wpsg_isSizedString($this->view['oOrder']->getMeta('wpsg_mod_targo_paymentid'))) { ?>
+<?php 
+	$temp = $this->view['oOrder']->getMeta('wpsg_mod_targo_paymentid');
+	if (wpsg_isSizedString($temp)) { ?>
 	
 	<div class="wpsg_form_field ">
Index: /views/order/index.phtml
===================================================================
--- /views/order/index.phtml	(revision 5888)
+++ /views/order/index.phtml	(revision 5889)
@@ -244,5 +244,5 @@
                                 WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Produkt&action=edit&edit_id='.$oOrderProduct->getProductId(),
                                 $oOrderProduct->getProduct()->getProductName(),
-                                wpsg_ff($oOrderProduct->getAmount(), $this->get_option('wpsg_currency'))
+                                wpsg_ff($oOrderProduct->getOneAmount(), $this->get_option('wpsg_currency'))
                             ); ?><br />
                             <?php } ?>
