Forum Moderators: open
Basically I need some sort of script to show the page only after a user has paid through paypal. Would I have to set up a check box column in my database and use a redirect or does paypal have special help for this that I haven't yet found?
Any help or nudges in the right direction would be much appreciated.
You have options to:
Take customer to a specific page (URL) after checkout cancellation:
or:
Take customer to a specific page (URL) after successful checkout:
For instace, if I'm going from articles.asp?id=<%=articles("id")%> - to paypal checkout - back to article. What would be the best way to do this? at the moment I'm requesting a query string. The session variables I have on the page refer to the buyer's login details. I don't know. Does anyone know what I can do here?