Jump to content
xt:Commerce Community Forum

Paypal Ipn


Recommended Posts

hallo,

ich habe die Version 3.04SP1.

Habe Paypal Ipn installiert und es funzt auch bis zum bezahlen. Der Kunde wird auf Paypal geleitet, kann bezahlen aber nach dem Bezahlung wenn wird er nicht automatisch ins Shop zurück geleitet.

Wenn er jetzt auf " zum Händler zurück" drückt bekommt er die Fehler "

1054 - Unknown column 'orders_status' in 'field list'

UPDATE orders_status_history SET orders_status='0' WHERE orders_id='1' "

und kann nicht ins Shop zurück.

Die Bezahlung ist aber von Paypal seite aus abgeschlossen.

Wo liegt der Fehler ???

bitte um Hilfe

Rico

Link to comment
Share on other sites

  • 1 month later...

Die Spalte orders_status existiert nicht in der Tabelle orders_status_history.

Richtig müsste es heißen

UPDATE orders_status_history SET orders_status_id='0' WHERE orders_id='1' "

(Zeile 243 in includes/modules/payment/paypal_ipn.php)

Mich wundert auch, dass der Status dort hardgecoded ist....

Link to comment
Share on other sites

Archived

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

×
  • Create New...