7124 |
thomas |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
/**
|
|
|
4 |
* Template für die Informationsmail an den Kunden wenn ein Abo automatisch verlängert werden soll
|
|
|
5 |
*/
|
|
|
6 |
|
7916 |
daniel |
7 |
/** @var wpsg_product $oProduct */
|
|
|
8 |
$oProduct = $this->view['oProduct'];
|
|
|
9 |
|
7124 |
thomas |
10 |
?><?php echo __('Hallo', 'wpsg'); ?> <?php echo wpsg_hspc($this->view['customer']['vname']); ?> <?php echo wpsg_hspc($this->view['customer']['name']); ?>,
|
7916 |
daniel |
11 |
|
|
|
12 |
<?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']); ?>
|
7124 |
thomas |
13 |
|
7916 |
daniel |
14 |
<?php echo wpsg_translate(__('Klicken Sie <a href="#1#">hier</a> um das Abonnement zu verlängern.', 'wpsg'), $this->view['rebuyLink']); ?>
|
7124 |
thomas |
15 |
|
|
|
16 |
<?php echo __('Viele Grüße', 'wpsg'); ?>
|
|
|
17 |
|
|
|
18 |
<?php echo __($this->get_option('wpsg_shopdata_name'), 'wpsg'); ?> - <?php echo __('Team', 'wpsg'); ?>
|