Post by butterworms » Mon Jul 28, 2008 4:33 pm

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?

Newbie

Posts

Joined
Wed Jul 16, 2008 7:18 am

Post by bruce » Mon Jul 28, 2008 5:11 pm

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

Code: Select all

$_['order_status_paid_unconfirmed'] = 'Paid Unconfirmed';
$_['order_status_pending'] = 'Pending';
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

Active Member

Posts

Joined
Wed Dec 12, 2007 2:26 pm

Post by osglass » Tue Aug 12, 2008 8:37 pm

I use bruce paypal improved. But it took me a while to get it working correctly coz the information is scattered everywhere. thanks to bruce assistance. I dont have any paypal issue so far. Client is happy.

New member

Posts

Joined
Mon Apr 07, 2008 7:52 pm
Who is online

Users browsing this forum: No registered users and 2 guests