newton21 Posted April 22, 2009 Report Share Posted April 22, 2009 Hallo, ich bastel gerade an einem Plugin für das Zahlungsportal Payone. Funktioniert auch schon fein, würde aber gerne den Zahlungsprozess (Eingabe der Kreditkartendaten o.ä. über das Payone Frontend) in einem iFrame innerhalb des Shops abbilden. In xtCore/pages/checkout.php finde ich dazu eigentlich folgenden Code: /** * if payment module is for external PSP with iframe solution */ if ($payment_module_data->iframe == true) { $_pspurl = $payment_module_data->IFRAME_URL; $xtLink->_redirect($_pspurl); break; } [/PHP] Es wird also auch "nur" ein redirect aufgerufen, oder? Kann es sein, dass diese iframe Funktion noch nicht unterstützt wird? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.