Newbie Question about After Checkout

2 replies
Hi,

I've uploaded my Salespage folder. It has everything in it. But I've a question, how will the purchaser be redirected to the Download Page?

There is a Index.php file in the folder, with following code:

<?php
header( 'Location: ../' ) ;
?>


Does this have anything to do with redirection?
How to redirect him to the Download page?

Also, How can I get the exact URL of the Download Page?
Also, Can I save/encrypt the Download page URL so only those people access it, who purchase it? (I'm using 2Checkout)

Thanks.
#checkout #newbie #question
  • Profile picture of the author edpudol1973
    It depends on the script you are using... if you're using Paypal IPN then you need to specify the url where you want paypal send the customer after the payment is successful.


    Originally Posted by SHAB1412 View Post

    Hi,

    I've uploaded my Salespage folder. It has everything in it. But I've a question, how will the purchaser be redirected to the Download Page?

    There is a Index.php file in the folder, with following code:

    <?php
    header( 'Location: ../' ) ;
    ?>


    Does this have anything to do with redirection?
    How to redirect him to the Download page?

    Also, How can I get the exact URL of the Download Page?
    Also, Can I save/encrypt the Download page URL so only those people access it, who purchase it? (I'm using 2Checkout)

    Thanks.
    {{ DiscussionBoard.errors[7014386].message }}
    • Profile picture of the author SHAB1412
      I'm not using Paypal, I'm using 2Checkout. Any idea about it?

      Thanks.
      Originally Posted by edpudol1973 View Post

      It depends on the script you are using... if you're using Paypal IPN then you need to specify the url where you want paypal send the customer after the payment is successful.
      {{ DiscussionBoard.errors[7014494].message }}

Trending Topics