Line 57... |
Line 57... |
57 |
|
57 |
|
58 |
<?php } ?>
|
58 |
<?php } ?>
|
59 |
|
59 |
|
60 |
<?php echo wpsg_pad_right(__('Kundennummer', 'wpsg').':', 35); ?><?php echo $this->view['basket']['checkout']['knr']; ?>
|
60 |
<?php echo wpsg_pad_right(__('Kundennummer', 'wpsg').':', 35); ?><?php echo $this->view['basket']['checkout']['knr']; ?>
|
61 |
<?php echo wpsg_pad_right(__('Bestellnummer', 'wpsg').':', 35); ?><?php echo $this->view['basket']['checkout']['onr']; ?>
|
61 |
<?php echo wpsg_pad_right(__('Bestellnummer', 'wpsg').':', 35); ?><?php echo $this->view['basket']['checkout']['onr']; ?>
|
62 |
<?php echo wpsg_pad_right(__('Bestelldatum', 'wpsg').':', 35); ?><?php echo date("d.m.Y H:i:s", strtotime($this->view['basket']['checkout']['datum'])); ?>
|
62 |
<?php echo wpsg_pad_right(__('Bestelldatum', 'wpsg').':', 35); ?><?php echo date("d.m.Y H:i:s", $this->view['basket']['checkout']['datum']); ?>
|
63 |
<?php echo wpsg_pad_right(__('Rechnungsbetrag', 'wpsg').':', 35); ?><?php echo wpsg_ff($this->view['basket']['sum']['preis_gesamt_brutto'], $this->get_option('wpsg_currency')); ?>
|
63 |
<?php echo wpsg_pad_right(__('Rechnungsbetrag', 'wpsg').':', 35); ?><?php echo wpsg_ff($this->view['basket']['sum']['preis_gesamt_brutto'], $this->get_option('wpsg_currency')); ?>
|
64 |
<?php if ($this->get_option('wpsg_kleinunternehmer')) { ?>
|
64 |
<?php if ($this->get_option('wpsg_kleinunternehmer')) { ?>
|
65 |
|
65 |
|
66 |
<?php echo $this->get_option('wpsg_kleinunternehmer_text'); ?>
|
66 |
<?php echo $this->get_option('wpsg_kleinunternehmer_text'); ?>
|
67 |
|
67 |
|