Line 7... |
Line 7... |
7 |
//wpsg_debug($this->view);
|
7 |
//wpsg_debug($this->view);
|
8 |
|
8 |
|
9 |
$arPflicht = $this->loadPflichtFeldDaten();
|
9 |
$arPflicht = $this->loadPflichtFeldDaten();
|
10 |
$arTitle = explode('|', $arPflicht['anrede_auswahl']);
|
10 |
$arTitle = explode('|', $arPflicht['anrede_auswahl']);
|
11 |
|
11 |
|
12 |
?><?php echo wpsg_translate(__('Hallo #1# #2# #3#,', 'wpsg'), @$arTitle[$this->view['basket']['checkout']['title']], $this->view['basket']['checkout']['vname'], $this->view['basket']['checkout']['name']); ?>
|
12 |
?><?php echo wpsg_translate(__('Hallo #1# #2# #3#,', 'wpsg'), @$arTitle[$this->view['kunde']['title']], $this->view['kunde']['vname'], $this->view['kunde']['name']); ?>
|
13 |
|
13 |
|
14 |
|
14 |
|
15 |
<?php echo __("Sie erhalten hiermit die Rechnung in Höhe von", "wpsg"); ?> <?php echo wpsg_ff($this->view['basket']['sum']['preis_gesamt_brutto'], $this->get_option('wpsg_currency')); ?> <?php echo __("für Ihre Bestellung mit der Bestellnummer", "wpsg"); ?> <?php echo ((trim($this->view['data']['onr']) != '')?$this->view['data']['onr']:$this->view['data']['o_id']); ?>.
|
15 |
<?php echo __("Sie erhalten hiermit die Rechnung in Höhe von", "wpsg"); ?> <?php echo wpsg_ff($this->view['basket']['sum']['preis_gesamt_brutto'], $this->get_option('wpsg_currency')); ?> <?php echo __("für Ihre Bestellung mit der Bestellnummer", "wpsg"); ?> <?php echo ((trim($this->view['data']['onr']) != '')?$this->view['data']['onr']:$this->view['data']['o_id']); ?>.
|
16 |
<?php $this->callMods('wpsg_mod_rechnungen_mail'); ?>
|
16 |
<?php $this->callMods('wpsg_mod_rechnungen_mail'); ?>
|
17 |
|
17 |
|