Rev 4246 | Rev 4276 | 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'])) { ?>
<iframe id="wpsg_mod_crefopay_iframe" src="<?php echo $this->view['wpsg_mod_crefopay']['redirectURL']; ?>" scrolling="no" seamless="seamless"></iframe>
<?php } ?>