Index: /views/mods/mod_prepayment/mail.phtml
===================================================================
--- /views/mods/mod_prepayment/mail.phtml	(revision 7998)
+++ /views/mods/mod_prepayment/mail.phtml	(revision 8000)
@@ -7,5 +7,5 @@
 ?>
  
-<?php echo wpsg_translate(__('Bitte ÃŒberweisen Sie den Rechnungsbetrag in HÃ¶he von #1# auf folgendes Konto und geben Sie als Betreff "#2#" an.', 'wpsg'), wpsg_ff($this->view['basket']['sum']['preis_gesamt_brutto'], $this->get_option('wpsg_currency')), $this->view['mod_prepayment']['subject']); ?> 
+<?php echo wpsg_translate(__('Bitte ÃŒberweisen Sie den Rechnungsbetrag in HÃ¶he von #1# auf folgendes Konto und geben Sie als Betreff "#2#" an.', 'wpsg'), wpsg_ff($this->view['basket']['arCalculation']['sum']['topay_brutto'], $this->get_option('wpsg_currency')), $this->view['mod_prepayment']['subject']); ?> 
  
 <?php echo wpsg_pad_right(__('Kontoinhaber', 'wpsg').':', 35); ?><?php echo $this->replaceUniversalPlatzhalter($this->get_option('wpsg_mod_prepayment_kinhaber')); ?> 
Index: /views/mods/mod_prepayment/mail_html.phtml
===================================================================
--- /views/mods/mod_prepayment/mail_html.phtml	(revision 7998)
+++ /views/mods/mod_prepayment/mail_html.phtml	(revision 8000)
@@ -7,5 +7,5 @@
 ?>
 <p>
-	<?php echo wpsg_translate(__('Bitte ÃŒberweisen Sie den Rechnungsbetrag in HÃ¶he von #1# auf folgendes Konto und geben Sie als Betreff <strong>#2#</strong> an.', 'wpsg'), wpsg_ff($this->view['basket']['sum']['preis_gesamt_brutto'], $this->get_option('wpsg_currency')), $this->view['mod_prepayment']['subject']); ?>
+	<?php echo wpsg_translate(__('Bitte ÃŒberweisen Sie den Rechnungsbetrag in HÃ¶he von #1# auf folgendes Konto und geben Sie als Betreff <strong>#2#</strong> an.', 'wpsg'), wpsg_ff($this->view['basket']['arCalculation']['sum']['topay_brutto'], $this->get_option('wpsg_currency')), $this->view['mod_prepayment']['subject']); ?>
 </p> 
 
