Custom Payment Complete/ thank you page after a subscription

Started by manny123, October 29, 2020, 12:03:45 AM

Previous topic - Next topic

manny123

Custom Payment Complete/ thank you page after a subscription

How can I redirect to a different page then the default Payment Complete page? I want users to go to my custom thank you page. I entered a thank you page in my paypal to send all users to after a payment  however the forum overrides it.

manny123

I figured it out change this line

$return_data['hidden']['return'] = $return_url;

to

$return_data['hidden']['return'] = $boardurl . '/thankyou.php';

then make sure the path to the thankyou.php page is your forumurl/thankyou.php

In file Subscriptions-Paypal.php in the sources folder

Advertisement: