Subversion Repositories wpShopGermany4

Rev

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

Rev 7846 Rev 7987
Line 4... Line 4...
4
	 * Template für die Mail, die bei einer neuen Bestellung an den Admin geht 
4
	 * Template für die Mail, die bei einer neuen Bestellung an den Admin geht 
5
	 */
5
	 */
6
 
6
 
7
	$this->htmlMail = false;
7
	$this->htmlMail = false;
8
 
8
 
-
 
9
    
-
 
10
    
9
?><?php echo __('Hallo Administrator,', 'wpsg'); ?> 
11
?><?php echo __('Hallo Administrator,', 'wpsg'); ?> 
10
 
12
 
11
<?php echo __('Eine neue Bestellung ist im Online-Shop eingegangen.', 'wpsg'); ?> 
13
<?php echo __('Eine neue Bestellung ist im Online-Shop eingegangen.', 'wpsg'); ?> 
12
 
14
 
13
<?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']))) { ?>
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']))) { ?>