Line 3... |
Line 3... |
3 |
/**
|
3 |
/**
|
4 |
* Template für die Informationsmail an den Kunden wenn ein Abo automatisch verlängert werden soll
|
4 |
* Template für die Informationsmail an den Kunden wenn ein Abo automatisch verlängert werden soll
|
5 |
*/
|
5 |
*/
|
6 |
|
6 |
|
7 |
?><p><?php echo __('Hallo', 'wpsg'); ?> <?php echo wpsg_hspc($this->view['customer']['vname']); ?> <?php echo wpsg_hspc($this->view['customer']['name']); ?>,</p>
|
7 |
?><p><?php echo __('Hallo', 'wpsg'); ?> <?php echo wpsg_hspc($this->view['customer']['vname']); ?> <?php echo wpsg_hspc($this->view['customer']['name']); ?>,</p>
|
- |
|
8 |
|
- |
|
9 |
<p><?php echo wpsg_translate(__('Ihr Abonnement von Produkt "#1#" läuft in #2# Tagen aus.', 'wpsg'), $this->view['oProduct']->getProductName(), $this->view['wpsg_mod_abo_autoexpire_informationtime']); ?></p>
|
8 |
|
10 |
|
9 |
<p><?php echo wpsg_translate(__('Ihr Abonnement von Produkt "#1#" wird in #2# Tagen automatisch verlängert.', 'wpsg'), $this->view['oProduct']->getProductName(), $this->view['wpsg_mod_abo_autoexpire_informationtime']); ?></p>
|
11 |
<p><?php echo wpsg_translate(__('Klicken Sie <a href="#1#">hier</a> um das Abonnement zu verlängern.', 'wpsg'), $this->view['rebuyLink']); ?></p>
|
10 |
|
12 |
|
11 |
<p><?php echo __('Viele Grüße', 'wpsg'); ?></p>
|
13 |
<p><?php echo __('Viele Grüße', 'wpsg'); ?></p>
|
12 |
|
14 |
|
13 |
<p><?php echo __($this->get_option('wpsg_shopdata_name'), 'wpsg'); ?> - <?php echo __('Team', 'wpsg'); ?></p>
|
15 |
<p><?php echo __($this->get_option('wpsg_shopdata_name'), 'wpsg'); ?> - <?php echo __('Team', 'wpsg'); ?></p>
|
14 |
|
16 |
|