1067 |
daniel |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
/**
|
|
|
4 |
* Diese Mail wird an den Kunden geschickt, wenn er die Passwort Anfrage erfolgreich bestätigt hat
|
|
|
5 |
*/
|
|
|
6 |
|
7237 |
thomas |
7 |
$arPflicht = $this->loadPflichtFeldDaten();
|
|
|
8 |
$arTitle = explode('|', $arPflicht['anrede_auswahl']);
|
|
|
9 |
|
|
|
10 |
?><?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']); ?>
|
1067 |
daniel |
11 |
|
7237 |
thomas |
12 |
|
1067 |
daniel |
13 |
<?php echo __('Sie haben eine neues Passwort angefragt.', 'wpsg'); ?>
|
|
|
14 |
|
|
|
15 |
<?php echo wpsg_translate(__('Ihr neues Passwort lautet ab sofort: #1#', 'wpsg'), $this->view['kunde']['passwort']); ?>
|
|
|
16 |
|
|
|
17 |
<?php echo __('Viele Grüße', 'wpsg'); ?>
|
|
|
18 |
|
3659 |
daniel |
19 |
<?php echo __($this->get_option('wpsg_shopdata_name'), 'wpsg'); ?> - <?php echo __('Team', 'wpsg'); ?>
|