Adding custom PayPal hidden fields to PHP-eSeller

If you want to add a PayPal hidden field such as :

<input type=”hidden” name=”page_style” value=”first_style”>

which defines the style layout for payPal, then you have to add it to the/ipn/process.php file after the line

<form method=”post” name=”paypal_form” action=”https://www.paypal.com/cgi-bin/webscr”>

Leave a Reply