Subversion Repositories wpShopGermany4

Rev

Rev 7237 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7237 Rev 8084
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