Paypal PHP order code

3 replies
Does anyone know how to create order code like this for a salespage?

<?php
header( 'Location: REPLACE THIS CAPITALIZED TEXT WITH YOUR ONE-LINE ORDER CODE' ) ;
?>

I have found that this is more easier to deal with when you are editing a plr sales page. Sometimes, my the order button on my sales page doesn't work well. But I have found that this is more easier to handle and it works well with any order button that comes with sales pages.
#code #order #paypal #php
  • Profile picture of the author evoluer
    Hey Primeexport, can you be a bit more elaborate on the problem. I am not sure i understand it
    {{ DiscussionBoard.errors[11157806].message }}
  • Profile picture of the author yukon
    Banned
    Originally Posted by Primeexport View Post

    Does anyone know how to create order code like this for a salespage?

    <?php
    header( 'Location: REPLACE THIS CAPITALIZED TEXT WITH YOUR ONE-LINE ORDER CODE' ) ;
    ?>

    I have found that this is more easier to deal with when you are editing a plr sales page. Sometimes, my the order button on my sales page doesn't work well. But I have found that this is more easier to handle and it works well with any order button that comes with sales pages.


    That's a redirect so traffic wouldn't even see the first page.
    {{ DiscussionBoard.errors[11157807].message }}
  • Profile picture of the author evoluer
    It is not clear yet. From my understanding, i think you need to use something like this
    <?php
    header( 'Location: sales.php?order_code=$your_order_code' ) ;
    ?>
    {{ DiscussionBoard.errors[11157816].message }}

Trending Topics