Rev 4943 |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
3648 |
daniel |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
/**
|
|
|
4 |
* Template für die Integration des Bewertungslinkes in die Kundenmail
|
|
|
5 |
*/
|
|
|
6 |
|
|
|
7 |
|
|
|
8 |
?>
|
3685 |
daniel |
9 |
<p>
|
|
|
10 |
<a href="https://www.trustedshops.de/bewertung/bewerten_<?php echo $this->get_option('wpsg_mod_trustedshops_shopid'); ?>.html&buyerEmail=<?php echo urlencode(base64_encode($this->view['customer']['email'])); ?>&shopOrderID=<?php echo urlencode(base64_encode($this->view['order']['onr'])); ?>"><?php echo __($this->get_option('wpsg_mod_trustedshops_customermailtitle'), 'wpsg'); ?></a>
|
|
|
11 |
</p>
|