Subversion Repositories wpShopGermany4

Rev

Rev 4252 | Rev 4296 | 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" src="<?php echo $this->view['wpsg_mod_crefopay']['redirectURL']; ?>" scrolling="no" seamless="seamless"></iframe>

<?php } ?>