Thanks for that.
I didn't want to paste the whole config.php it's quite long.
Basically the code above what I posted sets some variables one of which is $ppe for my paypal email
Then he sets some page security so you can only get to the download page after signing up on squeeze page
then the code I pasted
then sets some cookies
then does the one time offer and downsell stuff
then he has a way of sending a thankyou graphic to appear on paypals 'pay now' page with the users email loaded.
then he replaces symbols like @ and : with their %40 and %3a equivalents
then he sets the button url which may be where my problem is.
$button_url = 'Location: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business='.
$paypal2.'&item_name='.$product_name2.'&item_number='.$product_id2.'&amount='.$price2.'&no_shipping=1&return='.
$download_link2.'&cancel_return='.$cancel_link2.'&no_note=1¤cy_code=USD¬ify_url='.$ipn_link2.'&cpp_header_image='.$ppheader_url2;
That's the link to paypal so on the sales page he just writes $button_url
$paypal2 should be the users email address
$ipn_link don't know what this is (notify url) but he's turned it off (commented it out) previously
I don't see any reference to my paypal account could this be why paypal says error wrong email address to the buyer?