(root)/mods/mod_abo/mail_autoinformation.phtml – Rev 7811
Rev 7126 |
Go to most recent revision |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
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 |
|
|
|
7 |
?><?php echo __('Hallo', 'wpsg'); ?> <?php echo wpsg_hspc($this->view['customer']['vname']); ?> <?php echo wpsg_hspc($this->view['customer']['name']); ?>,
|
|
|
8 |
|
7811 |
daniel |
9 |
<?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']); ?>
|
7124 |
thomas |
10 |
|
|
|
11 |
<?php echo __('Viele Grüße', 'wpsg'); ?>
|
|
|
12 |
|
|
|
13 |
<?php echo __($this->get_option('wpsg_shopdata_name'), 'wpsg'); ?> - <?php echo __('Team', 'wpsg'); ?>
|