Jump to content
xt:Commerce Community Forum

iFrame + Payment Modul


newton21

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...