3350 |
daniel |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
/**
|
|
|
4 |
* Template für die Bestellabschlußseite mit SecurePay
|
|
|
5 |
*/
|
|
|
6 |
|
|
|
7 |
?>
|
3711 |
daniel |
8 |
<?php if (wpsg_isSizedString($this->view['wpsg_mod_securepay']['ident'])) { ?>
|
|
|
9 |
<script src="<?php echo $this->view['wpsg_mod_securepay']['widgetjs']; ?>"></script>
|
3369 |
daniel |
10 |
|
3719 |
daniel |
11 |
<p><?php echo wpsg_translate(__('Sie bezahlen Ihre Bestellung mit der Nummer #1# in Höhe von #2#.', 'wpsg'), $this->view['order']['onr'], wpsg_ff($this->view['order']['price_gesamt'], $this->get_option('wpsg_currency'))); ?></p>
|
|
|
12 |
|
3717 |
daniel |
13 |
<form action="<?php echo $this->view['wpsg_mod_securepay']['statusURL']; ?>" id="<?php echo $this->view['wpsg_mod_securepay']['ident']; ?>"><?php echo $this->view['wpsg_mod_securepay']['paymenttypes']; ?></form>
|
3712 |
daniel |
14 |
<?php } else { ?>
|
|
|
15 |
|
|
|
16 |
<p><?php echo __('SecurePay Zahlung konnte nicht gestartet werden, wenden Sie sich an den Betreiber des Shops.', 'wpsg'); ?></p>
|
|
|
17 |
|
3369 |
daniel |
18 |
<?php } ?>
|