Subversion Repositories wpShopGermany4

Rev

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

Rev 6356 Rev 7234
Line 3... Line 3...
3
	/**	
3
	/**	
4
	 * Template für die Mail, die bei einer neuen Bestellung an den Kunde geht 
4
	 * Template für die Mail, die bei einer neuen Bestellung an den Kunde geht 
5
	 */
5
	 */
6
 
6
 
7
	$this->htmlMail = false;
7
	$this->htmlMail = false;
8
 
8
	
-
 
9
	$arPflicht = $this->loadPflichtFeldDaten();
-
 
10
	$arTitle = explode('|', $arPflicht['anrede_auswahl']);
-
 
11
		
9
	//wpsg_debug($this->view);
12
	//wpsg_debug($this->view);
10
 
13
 
11
?><?php echo wpsg_translate(__('Hallo #1# #2#,', 'wpsg'), $this->view['basket']['checkout']['vname'], $this->view['basket']['checkout']['name']); ?> 
14
?><?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
 
15
 
13
<?php echo __('vielen Dank für Ihre Bestellung.', 'wpsg'); ?>
16
<?php echo __('vielen Dank für Ihre Bestellung.', 'wpsg'); ?>
14
 
17
 
15
<?php if ($this->hasMod('wpsg_mod_shippingadress') && $this->callMod('wpsg_mod_shippingadress', 'check_different_shippingadress', array('k_id' => $this->view['basket']['checkout']['k_id'], 'o_id' => $this->view['o_id']))) { ?>
18
<?php if ($this->hasMod('wpsg_mod_shippingadress') && $this->callMod('wpsg_mod_shippingadress', 'check_different_shippingadress', array('k_id' => $this->view['basket']['checkout']['k_id'], 'o_id' => $this->view['o_id']))) { ?>
16
 
19