Subversion Repositories wpShopGermany4

Rev

Rev 1502 | Rev 3748 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php

        /**
         * Dieses Template dient zur Integration der Admin Kontodaten in eine Bestellung 
         */

?>
 
<?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_pad_right(__('Kontoinhaber', 'wpsg').':', 35); ?><?php echo $this->get_option('wpsg_mod_prepayment_kinhaber'); ?> 
<?php echo wpsg_pad_right(__('Kontonummer', 'wpsg').':', 35); ?><?php echo $this->get_option('wpsg_mod_prepayment_knummer'); ?> 
<?php echo wpsg_pad_right(__('Bank', 'wpsg').':', 35); ?><?php echo $this->get_option('wpsg_mod_prepayment_bank'); ?>  
<?php echo wpsg_pad_right(__('BLZ', 'wpsg').':', 35); ?><?php echo $this->get_option('wpsg_mod_prepayment_blz'); ?> 
  
<?php echo wpsg_pad_right(__('IBAN', 'wpsg').':', 35); ?><?php echo $this->get_option('wpsg_mod_prepayment_iban'); ?> 
<?php echo wpsg_pad_right(__('BIC-/SWIFT-Code', 'wpsg').':', 35); ?><?php echo $this->get_option('wpsg_mod_prepayment_swift'); ?>