I also have WHM/Cpanel (CentOS) - The issue occurred right after a forced server patch of us. My money is currently on server side, not PayPal (it would be an impeccably timed event). What sort of things could prevent the IPN notice from "communicating" to the cart fully? (and is there any "safe" data that we could provide that would help trouble-shoot the issue more to narrow it down some?) It looks like more people are realizing an issue and saying something about it... Thanks!
That would mean that everyone that has this problem had changes done to their servers and/or cpanel, and I for one did't have anything done, it was the first thing I thought also, but no, no upgrades, no maintenance, no changes of any kind.
That would mean that everyone that has this problem had changes done to their servers and/or cpanel, and I for one did't have anything done, it was the first thing I thought also, but no, no upgrades, no maintenance, no changes of any kind.
Don't forget most people have WHM automatic updates turned on. I agree with SkywayWebDesign - my money is also on server side.
Pretty sure they do not charge support credits for bug fixes and it is worth the $5 spent anyhow to get quick(er) resolution anyhow. I do not think is was billed support credits.
The quick and easy solution is to enable a notification for the New order status that PayPal orders are coming in as.
But PayPal order status is coming in as "payment_status=Completed" and CS-Cart's PayPal addon matches the name/value pair in function fn_process_paypal_ipn : " if ($data['payment_status'] == 'Completed') "
What "new order status" are PayPal order coming in as?
But PayPal order status is coming in as "payment_status=Completed" and CS-Cart's PayPal addon matches the name/value pair in function fn_process_paypal_ipn : " if ($data['payment_status'] == 'Completed') "
What "new order status" are PayPal order coming in as?
Everyones Order Status naming is going to be different. I doubt many people use the default names. Anyhow, ours were coming in as "In Process" which has an order status code of "0". They normally come in as "Order Placed" which for us has a status code of "P". These are in Admin Order Statuses. If you go into Add-ons/PayPal payments you can manipulate what what the default PayPal statuses map to in CSC. In our case Completed was mapped to Order Placed.
Recently the mapping was not working apparently due to a bug in CSC and were coming in as "In-Process". In our case no email notification is sent to Admin. Supplier or Customer for this status. We temporarily fixed that by enabling the notification for the incorrect order status.
I was less concern about the IPN info and did not bring that up to CSC support because it has already been brought up. The payments were there. Nobody was getting notified. The quick fix is to turn on the notification that is specific to your set-up until CSC resolves it for everyone.
I had same issue in June 2018, and found out that PayPal plugin uses CURL, and CURL requests were missing "User-Agent" header that is required by PayPal. It worked for me without that header because depending on CURL configuration on particular web-server that header can be automatically added. On localhost I had this header set by web-server. Same is true for some ISPs.
But some web-server configurations (Apache or nginex) in some PHP mode (FastCGI, FPM or Apache Module) can have "vanilla" setting when nothing is added. In this case PayPal payment will fail, as CS-Cart addon does not add "User-agent" header to their CURL calls in PayPal Addon, so they entirely rely on the server configuration. Once I fixed it, my PayPal payments work correctly - even today.
in bottom results checkbox desired transaction then hit resend
That I tried, my PayPal IPN history area does not have that option, to resend IPM, I can only see them. I'm with PayPal Spain.
At first I thought it was because I have IPN history off within Paypal (although I can see IPN history all the same), but then cs-cart states on all nstructions that we do not need to have those configurations done on PayPal, that that's what the PayPal Payments addon is for.
I applied this fix, but unfortunately it didn't help. This really seems to be something new and I still think it's related to a WHM update or something like that.