Subversion Repositories wpShopGermany4

Rev

Rev 4943 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3234 daniel 1
<?php
2
 
3
	/**
4
	 * Template für die Integration des Bewertungslinkes in die Kundenmail
5
	 */
6
 
7
 
8
?><?php echo $this->get_option('wpsg_mod_trustedshops_customermailtitle'); ?>
3778 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