I received a few orders over the weekend, but the only confirmation that I received them was through paypal...not through looking at the site.
So all morning I have been checking through ipn information - and where I updated my site, I dont think I used the imporved paypal module.
I copied this across this morning, and when running from the sandbox site, I click to return to merchant account (complete the order) and this error appears:
Configuration error: You MUST have created an order status for "Paid Unconfirmed" for every installed language. The following sql statement returned no rows select `order_status_id` from `order_status` where `name` = 'order_status_paid_unconfirmed' and `language_id` = '1'
The Paid Unconfirmed is available, and the only language setup is english?
I have even tried deleting paid unconfirmed and adding it again.
I have also set paid unconfirmed to be default.
Anyone else having this problem or can help?
Hi butterworms,
What version of opencart are you using?
You are definitely using the "improved" paypal payment extension to be getting those errors. To fix what you have, add the following entries to the file catalog\language\english\extension\paypal.php
I have written a new much shinier version of this which does not use the language files and also updates the order history when the ipn is received.
It is not uploaded as a contribution yet as I have no time for testing. If you would like to try (test) it, then PM me and I will email a copy to you.
cheers
Bruce
What version of opencart are you using?
You are definitely using the "improved" paypal payment extension to be getting those errors. To fix what you have, add the following entries to the file catalog\language\english\extension\paypal.php
Code: Select all
$_['order_status_paid_unconfirmed'] = 'Paid Unconfirmed';
$_['order_status_pending'] = 'Pending';
It is not uploaded as a contribution yet as I have no time for testing. If you would like to try (test) it, then PM me and I will email a copy to you.
cheers
Bruce
Who is online
Users browsing this forum: No registered users and 3 guests