I am hitting a mental road block today and I need your help.
I am selling access to a specific post page and I have a success= shortcode variable which is working perfectly after the purchase.
Here is my code (sanitized)
- Code: Select all
success="http://www.mysite.com/sandbox-thank-you-page/?sp_access_url=%%sp_access_url%%"
On my thank you page, what is the php code to grab the ?sp_access_url=%%sp_access_url%% that is being sent with a successful transaction?
Basic I know, but I can't get it working today. To the coffee pot!
Thanks for your help!