Rev 4276 | Rev 4943 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php
/**
* Template, welches die Zahlung nach der Bestellung über CrefoPay ermöglicht
* Wird von warenkorb/done.phtml eingebunden
*/
?>
<?php if (wpsg_isSizedString($this->view['wpsg_mod_crefopay']['redirectURL'])) { ?>
<script type="text/javascript">/* <![CDATA[ */
function wpsg_mod_crefopay_destroyFrame(url) { location.href = url; } // function wpsg_mod_crefopay_destroyFrame(url)
/* ]]> */</script>
<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>
<?php } ?>