paypal thank you page

by 8 replies
9
after client pay through paypali i want to send him AUTO thank you page with instruction what to do next.
how can i do that - i am not a programmer so please simple options
thanks
#programming #page #paypal
  • So you need to mention the return URL after making the payment in paypal that will automatically redirect to you on that page... like this

    <input type="hidden" name="return" value="domain-name.com/thank-you.php?option=com_paypal&action=success">

    It is a return URL. If you have any problem PM me..
  • i ment send the client email
    anyway if i dont have a site what are my other options?
    • [1] reply
  • the main idea is to send instruction immediatly after pp payment automaticly option without waiting for me
    any idea?
    • [1] reply
    • I think I get what you want to do... Your client buys through paypal and you want to automatically send instructions to them as soon as they buy without having a website. right?

      If my assumption is correct. I'm thinking that when you code the paypal button there is a "success url" to re-direct your buyers to. So, what I'm proposing is that you:
      1. place your instructions in a file
      2. upload the file to a file sharing site
      3. write down the URL to the file you just uploaded
      4. paste that URL into the paypal order button
      The above assumes that your instructions are the same for all buyers. Never tried this as I'm using a website, but it should still work.
  • right you got it!
    thanks
  • Do you want this secured (i.e, they can't get the instructions unless the money has been sent, received, and verified), Or are these just instructions to use a service that they are paying for (so its not important that they send you the money, just that they get the information automatically when they need it)?
    • [1] reply
  • [DELETED]

Next Topics on Trending Feed

  • 9

    after client pay through paypali i want to send him AUTO thank you page with instruction what to do next. how can i do that - i am not a programmer so please simple options thanks