I'm wondering how I can include custom values from the member page through Paypal and back to the thanks.php page when the sale is complete. Thanks
To send the data to paypal: Add this to the data sent in the paypal_r.inc.php file. (recurring and non recurring functions) 'custom' => $u['customdata'], David