I don't know if this is the right section, but i'm posting anyway. I'm receiving money via paypal for both advertisement and donation purposes. Now, paypal has a feature, which allows me to redirect the visitor after making the payment. What i want to do is; redirect advertisers and donors to different pages. unfortunately, paypal only allows me to set one redirect page. any solutions?
in my opinion, it will be harder. I will have to verify each account seperately. I will have to run each of them seperately, I will have to gather payments from each one, etc... Besides, now i have only one site using paypal. what will happen when i will have 5-10 sites? there must be an easier solution. thx anyway.
If you use one of those donation buttons than just use one button for advertisers and one for donors. Its not that hard.
the problem is not the button. problem is about the return page. you can set a page to redirect your visitors after payment has been made. i would like to set 2 different return pages. no problem with buttons.
Zedzero, in the form that u send to paypal u can specify also the return url in there. i.e: $thankyouurl='http://mysite.com/thispage.php'; echo "<input type=\"hidden\" name=\"return\" value=\"".$thankyouurl."\">\n"; if this variable is found it will override the one specified in your account. So this way you can have different return urls. I hope this helped.