Subversion Repositories wpShopGermany4

Rev

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

Rev Author Line No. Line
3234 daniel 1
<?php
2
 
3
	/**
7110 thomas 4
	 * Template für die Einbindung des Trusted Shops Bewertungs Links nach Bestellabschluss
3234 daniel 5
	 */
6
 
7
?>
3247 daniel 8
 
4866 roger 9
<?php if ($this->view['wpsg_mod_trustedshops']['vote'] == '1' || $this->get_option('wpsg_mod_trustedshops_warranty') == '1') { ?>
10
<div id="trustedShopsCheckout" style="display: none;">
4916 daniel 11
	<span id="tsCheckoutOrderNr"><?php echo wpsg_hspc($this->view['order']['onr']); ?></span>
4866 roger 12
	<span id="tsCheckoutBuyerEmail"><?php echo wpsg_hspc($this->view['basket']['checkout']['email']); ?></span>
13
	<span id="tsCheckoutOrderAmount"><?php echo wpsg_hspc($this->view['basket']['sum']['preis_gesamt_brutto']); ?></span>
14
	<span id="tsCheckoutOrderCurrency"><?php echo wpsg_hspc($this->get_option('wpsg_currency')); ?></span>
15
	<span id="tsCheckoutOrderPaymentType"><?php echo wpsg_hspc($this->arPayment[$this->view['basket']['checkout']['payment']]['name']); ?></span>
16
</div>
3247 daniel 17
<?php } ?>