jashack
Member
Posted 3 months ago #
Where am I able to configure the return URL after a PayPal transaction? I updated it on Paypal (turned on Auto Return and set Return URL) however, it still goes to the resulting CampTix ticket listing.
Is it possible to have it redirected to a Thank you content page?
Thank you,
http://wordpress.org/extend/plugins/camptix/
The return URL is predefined by the plugin, and set to an endpoint which processes the purchase and does the actual transaction (in addition to the IPN handler) see payment-paypal.php for more details. You really shouldn't change the return URL.
If you'd like to redirect *after* the ticket purchase, you should look in the payment_result function in camptix.php. If you figure out a nice way to allow users to set the confirmation page, feel free to submit a patch! :)