﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
731	checkout_payment_iframe - Weiterleitung retten	INETvisio	somebody	"Hallo modified,

1. Es gibt ein Problem auf der Seite:
'''checkout_payment_iframe.php'''
Hier wird ""header.php"" zu früh implementiert. Aus dem Grund wird folgende Abfrage nicht zugreifen:
{{{
if ($iframe_url =='') {
	xtc_redirect(xtc_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL'));
}
}}}

2. Und die Funktion iframeAction wird ein Fataler Fehler produzieren:
'''includes/classes/payment.php'''
{{{
    function iframeAction() {
      if (is_array($this->modules)) {
        if (is_object($GLOBALS[$this->selected_module]) && ($GLOBALS[$this->selected_module]->enabled) ) {
          return $GLOBALS[$this->selected_module]->iframeAction();
        }
      }
    }
}}}
Wenn die Funktion nicht existiert:
   ''Fatal error: Call to undefined method invoice::iframeAction() in ..''

Bitte prüfen.

Gruß,
Jürgen H.
"	Bug/Fehler	closed	normal	modified-shop-2.0.0.0	Shop	2.0.0.0	fixed				
