Rev 4943 |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
4246 |
daniel |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
/**
|
|
|
4 |
* Template, welches die Zahlung nach der Bestellung über CrefoPay ermöglicht
|
|
|
5 |
* Wird von warenkorb/done.phtml eingebunden
|
|
|
6 |
*/
|
|
|
7 |
|
4252 |
daniel |
8 |
?>
|
|
|
9 |
<?php if (wpsg_isSizedString($this->view['wpsg_mod_crefopay']['redirectURL'])) { ?>
|
4276 |
daniel |
10 |
|
|
|
11 |
<script type="text/javascript">/* <![CDATA[ */
|
|
|
12 |
|
|
|
13 |
function wpsg_mod_crefopay_destroyFrame(url) { location.href = url; } // function wpsg_mod_crefopay_destroyFrame(url)
|
|
|
14 |
|
|
|
15 |
/* ]]> */</script>
|
|
|
16 |
|
4296 |
daniel |
17 |
<iframe id="wpsg_mod_crefopay_iframe" style="min-height:<?php echo ((wpsg_isSizedInt($this->get_option('wpsg_mod_crefopay_frameheight')))?$this->get_option('wpsg_mod_crefopay_frameheight'):1100); ?>px;" src="<?php echo $this->view['wpsg_mod_crefopay']['redirectURL']; ?>" scrolling="no" seamless="seamless"></iframe>
|
4276 |
daniel |
18 |
|
4252 |
daniel |
19 |
<?php } ?>
|