Cancel Payment Redirects to Weird Page
-
When i order a product and go to payment, and then press “cancel order” in the bottom, i get redirected to a weird page that shows some random unformatted posts, and the tab title says Page Not Found. This is the page: https://www.republiknu.dk/vipps-betaling/?ls=08cc21864da451453eadf07bedac1180bc3c289be77ee1d899b092c7e61e5f81&id=717
I don’t know if i accidentally deleted this page? I tried to add a vipps-betaling page but that didn’t do anything. I also tried to use Rankmath redirect to redirect to the front page, but that did not work either.
Is there any setting to change the Redirect URI?
I am using Elementor
Using this code I got the cancel order to redirect to the front page, but now it no longer redirects successful orders to the Thank you page:
add_filter('woo_vipps_payment_return_url', 'custom_vipps_return_url', 10, 1);
function custom_vipps_return_url($url) {
// Replace with your desired return URL
return home_url('/'); // This will redirect to your homepage
}The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.