Cart etc works fine, user passed off to PayPal, makes payment, gets returned to the site, displays the transaction ID and order id, however these aren’t stored against the orders weblog.
Also finding error message of FAILED: Could not verify that the payment notification coming from Paypal was received correctly.
I’ve got IPN and auto return enabled - not sure what else could be going on?
I’ve got the site in live environment, albeit the ticket centre isn’t viewable unless you know it’s there.
3. We made some enhancements where PayPal verification is concerned not too long ago. Since we made those changes, we haven’t heard of any additional verification problems. What version of CT do you have setup?
When I use my sandbox ID, the transaction completes successfully. The order is completed and the transaction ID is saved with the order.
You probably already have this stuff set up:
1. Make sure you have enabled Auto Return in your Paypal settings
2. Turn On Payment Data Transfer (PDT)
3. Make sure your account is verified.
4. Remember that if you use custom statuses for completed orders, you’ll need to use those statuses in weblog:entries loops. EG status=“Completed” is required… or your entries won’t be viewable in the weblog entries loop.
Got auto return enabled, PDT on and a verified account.
Is the status thing linked to anything other than my emails? I ask because I have the custom statuses but emails are blank apart from the opening saying that someone has bought something, ie. no order data.
Are you using statuses other than open for completed transactions? If so… EE will require that you use status=“WHATEVER” in your weblog entries to display them.