Page 2 of 2

Re: PayPal Pro sends payment, but continues processing

Posted: Thu Jul 01, 2010 1:11 am
by okstated
My problem was initially due to my messing with the programming files. When I restored the original files everything worked.

NOW HOWEVER, I've upgraded from OC 1.4.7 to OC 1.4.8 and without altering ANY of the original files I get this same problem again, but this time nothing shows up in my error logs to look at.

After looking at the differences between the code from 147 to 148 in payment.php and confirm.php it looks like it may have something to do with the coupon functionality.

I need help again as well. As far as I'm concerned this is a bug in 1.4.8 since everything was fine in 1.4.7 and now it's not.

1.4.8 PayPal Payments Pro "hangs" on confirmation

Posted: Thu Jul 01, 2010 1:23 am
by okstated
I upgraded from 1.4.7. where PayPal PRO checkout worked fine, but after upgrading to 1.4.8 it shows the "Please Wait" forever and never finishes processing.

The payment actually goes through and the confirmation emails are sent, but it never loads the confirmation page and the product stays in the cart.

Upon looking through the catalog/controller/checkout/payment.php and catalog/controller/checkout/confirm.php files I notice that the differences between the files from 1.4.7 & 1.4.8 have a lot to do with whatever changes were made to the coupon handling.

Is there a fix for this?

Re: 1.4.8 PayPal Payments Pro "hangs" on confirmation

Posted: Thu Jul 01, 2010 1:53 am
by okstated
The last time I had this problem I had messed with the files. I have not messed with them this time at all other than to upload the 1.4.8 files during the upgrade process, which the upgrade script said went successfully.

Based on the last time I had this problem it was still able to send payment and confirmation emails, but not complete the processing on the page itself because it was calling on variables or functions that I had removed and so it was unable to ever properly complete. I'm thinking there must be something missing in the 1.4.8 files that the process is expecting, though I'm no programmer.

Re: 1.4.8 PayPal Payments Pro "hangs" on confirmation

Posted: Thu Jul 01, 2010 2:57 am
by Qphoria

Re: 1.4.8 PayPal Payments Pro "hangs" on confirmation

Posted: Thu Jul 01, 2010 3:58 am
by okstated
That did the trick!

Thanks a bunch!

Re: 1.4.8 PayPal Payments Pro "hangs" on confirmation

Posted: Wed Jul 28, 2010 6:32 am
by tilesupply
How do I remove the Card Issue Number: number section.

I just need to know the right way, when I try my way all I get when I try to pay is please wait.

Any ideas on how to do it the right way.

Regards

Re: 1.4.8 PayPal Payments Pro "hangs" on confirmation

Posted: Tue Aug 03, 2010 5:13 pm
by onestring
not sure if it's the right way, but this is what i do and works for me:

<tr style="display:none">

Re: 1.4.8 PayPal Payments Pro "hangs" on confirmation

Posted: Fri Nov 12, 2010 11:32 am
by ahhcrap
I had this same problem and did what "onestring" said and it fixed my problem. The whole email thing that Qphoria wrote about didn't fix it, but the display=none did.

Re: 1.4.8 PayPal Payments Pro "hangs" on confirmation

Posted: Sat Dec 24, 2011 8:52 am
by jlm
This was very helpful.

I used the

<tr style="display:none">

On the fields I did not want to collect data on (because it did not apply to the cards that would be being processed).

It worked like a charm.

Just deleting dose not work because the script is think that the information has been lost or not captured on the form and is stuck in a loop over and over again. By not displaying the computer see that the fields are there but have just not been completed. It can then go through the proper if-then statements and cycle all the way through the tasks of the script with out getting hung up.

Thanks!

Re: 1.4.8 PayPal Payments Pro "hangs" on confirmation

Posted: Thu Mar 14, 2013 5:50 pm
by MikeSCC
I am also getting the 'PHP Warning: curl_errno(): 130 is not a valid cURL handle resource in' error message - and have no idea what is causing it.

SSL Curl is configured correctly on my server and their firewall is not blocking PayPal. My full issue is described here:

http://forum.opencart.com/viewtopic.php?f=20&t=97576

Any help would be greatly appreciated,

Thanks,

Mike

Re: 1.4.8 PayPal Payments Pro "hangs" on confirmation

Posted: Fri Mar 15, 2013 8:00 pm
by MikeSCC
Following on from my post above I have done a fresh install of Opencart on my server (same version - 1.5.4) and installed the PayPal Pro payment module, activated it in test mode with my sandbox API details and the same issue is occuring when I try to buy something using this payment method - this leads me to believe it must be something on the server?