paypal thank you page

8 replies
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
#page #paypal
  • Profile picture of the author vrtechnologies
    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..
    {{ DiscussionBoard.errors[5581308].message }}
  • Profile picture of the author levyorit
    i ment send the client email
    anyway if i dont have a site what are my other options?
    {{ DiscussionBoard.errors[5581413].message }}
  • Profile picture of the author levyorit
    the main idea is to send instruction immediatly after pp payment automaticly option without waiting for me
    any idea?
    {{ DiscussionBoard.errors[5586199].message }}
    • Profile picture of the author Christines Dream
      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.
      {{ DiscussionBoard.errors[5586387].message }}
  • Profile picture of the author levyorit
    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?
    right you got it!
    thanks
    {{ DiscussionBoard.errors[5586878].message }}
  • Profile picture of the author Nochek
    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)?
    Signature
    Nochek Solutions Presents:
    The Hydrurga WSO - Rank Your Site #1 And Score Over The Penguin Updates!
    {{ DiscussionBoard.errors[5586890].message }}

Trending Topics