[RESOLVED] error after paypal payment (language not english)
Posted: Mon Jan 26, 2009 10:44 pm
hi,
I found an error after paypal transaction, if I use opencart in Italian language.
After paypal redirect, this error appears:
Configuration error: Store owner needs to create an order status for "Paid Unconfirmed" for every installed language. The following sql statement returned no rows and must cease select `order_status_id` from `order_status` where `name` = 'order_status_paid_unconfirmed' and `language_id` = '1'
Then I opened the table "order_status", and I saw that there is no row with "order_status_paid_unconfirmed", but this order status is called "Paid Unconfirmed"!!
I edited this field, changing "Paid Unconfirmed" with "order_status_paid_unconfirmed", and then all works perfectly.
Under "admin-->configuration-->localisation-->order status", the name of payment status is changed in "order_status_paid_unconfirmed".
The real problem should be in the query in the page "paypal.php"?
thanks
I found an error after paypal transaction, if I use opencart in Italian language.
After paypal redirect, this error appears:
Configuration error: Store owner needs to create an order status for "Paid Unconfirmed" for every installed language. The following sql statement returned no rows and must cease select `order_status_id` from `order_status` where `name` = 'order_status_paid_unconfirmed' and `language_id` = '1'
Then I opened the table "order_status", and I saw that there is no row with "order_status_paid_unconfirmed", but this order status is called "Paid Unconfirmed"!!
I edited this field, changing "Paid Unconfirmed" with "order_status_paid_unconfirmed", and then all works perfectly.
Under "admin-->configuration-->localisation-->order status", the name of payment status is changed in "order_status_paid_unconfirmed".
The real problem should be in the query in the page "paypal.php"?
thanks