Subversion Repositories wpShopGermany4

Rev

Rev 5261 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2484 david 1
<?php
2
 
3
	/**
4
	 * Diese Mail wird an den Kunden geschickt, wenn der Status seines Accounts ändert
5
	 * und die entsprechende Option aktiviert ist
6
	 */
7
 
7237 thomas 8
    $arPflicht = $this->loadPflichtFeldDaten();
9
    $arTitle = explode('|', $arPflicht['anrede_auswahl']);
10
 
11
?><?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']); ?>
2484 david 12
 
7237 thomas 13
 
2484 david 14
<?php echo __('Der Status Ihres Accounts hat sich gändert auf:', 'wpsg'); ?> <?php echo $this->view['kunde']['status'] ?>
15
 
16
<?php echo __('Viele Grüße', 'wpsg'); ?>
17
 
3659 daniel 18
<?php echo __($this->get_option('wpsg_shopdata_name'), 'wpsg'); ?> - <?php echo __('Team', 'wpsg'); ?>