Change Redirect URL in Case of Payment Cancellation

JayD92
Contributor
Contributor

Hey there,

I use the Paypal Payment solution in my Woocommerce Webshop. By now, in case a customer wants to pay via Paypal, he gets redirected from the checkout page to the paypal page so that he can do his payment. So far so good. However, when the customer then cancel his payment on Paypal, he gets redirected to the "Thank you" Page of my webshop. But in Case of payment cancellation, I would prefer the customer to be redirected to the Checkout page.

 

Is there a way to change this redirection?

 

Many thanks for your help!

 

 

Login to Me Too
2 REPLIES 2

247ERICPOINTCOM
Contributor
Contributor

Did you try this code, that is what am using with my system

paypal.Buttons({
onCancel: function (data) {
// Show a cancel page, or return to cart
}
}).render('#paypal-button-container');

Login to Me Too

InkeriG
New Community Member

Hi,
I´m trying to solve the same problem. Did you find a solution? 

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.