redirect home page paypal standard plugin

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
Hi,

I've installed paypal standard plugin and then I set up the configuration. Everything works fine but after the payment, customer has been redirected in home page. I need that customer land in checkout/completed page because I have to track the order with analytics.

Configuration:

- Enable IPN (Instant Payment Notification) --> TRUE
- IPN Handler --> https://www.mywebsite.it/Plugins/PaymentPayPalStandard/IPNHandler
- Return to order details page  --> TRUE


Anyone can help me?

Marco
7 years ago
Hi,

Can you please check that in the logs there are some logs like

PayPal PDT. Returned order total.....

or

PayPal PDT failed....

you can check function in the PaymentPayPalStandardController.cs file

  public ActionResult PDTHandler(FormCollection form)
7 years ago
I have no logs containing "PayPal PDT". I think nobody call the PDTHandler action

Regarding "Paypal PDT" in Paypal configuration I have:


- PDT Identity Token --> Empty

- PDT. Validate order total --> False
5 years ago
I have same issue on version 4.10

https://www.nopcommerce.com/boards/t/56163/missing-paypal-standard-options-missing.aspx

in 4.10 PayPal standard does not seem to have options for IPN and return to order details page.
5 years ago
Marco,
Were you able to figure out a solution? My customer is also being redirected to the homepage, and I dont know how to fix that issue.
5 years ago
I've been having the same problem now for a few months since I switched to 4.0.
There is no longer an option in the paypal standard plugin configuration settings to specify "return to order details page"..but many paypal orders DO return the customer to the order details/thank you page...but many are also sent to the home page, and thus conversions in analytics are never accurate.

I verified that our return URL (my IPN URL) is correctly defined in the configuration settings at paypal, but I see no other relevant options there.

I sure hope someone will suggest how this problem can be remedied..soon...
5 years ago
I'm also in need of a solution as I'm faced with the same issue.
5 years ago
I noticed that it was added as a 4.20 milestone on Github:
https://github.com/nopSolutions/nopCommerce/issues/3426#event-2048768938

Does this mean that the issue has been resolved in 4.20 or that it will be resolved in 4.30?

Thanks!
5 years ago
embryo wrote:
Does this mean that the issue has been resolved in 4.20 or that it will be resolved in 4.30?

Issue is still open so it has not been resolved yet.

Regards,
Tom
4 years ago
Hello,
from some weeks I have the same issue in PayPalStandard and also my own payment gateway (Unicredit PagOnline): how is it possible, I have not changed my code?

I am using nop 3.9 .. it is a terrible issue for our customers that has not the confirmation of the order paid.

Who and how we can solve issue also in PayPal Standard plugin? How is it possible? Any idea?

Thanks in advance


Massimo
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.