Rev 4943 |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
3234 |
daniel |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
/**
|
3237 |
daniel |
4 |
* Template für den Trusted Shops Bewertungs Link in der Rechnungs - Email
|
3234 |
daniel |
5 |
*/
|
|
|
6 |
|
|
|
7 |
?>
|
3237 |
daniel |
8 |
<?php echo $this->get_option('wpsg_mod_trustedshops_invoicemailtitle'); ?>
|
3234 |
daniel |
9 |
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'])); ?>
|
|
|
10 |
|