views:

278

answers:

2

Hello,

I am looking for a way to display a button on my site for donations. If a user clicks it, they would be taken to a paypal page with all the necessary information on the donor's end already filled in. What is the best way to implement this in a PHP/Drupal environment? I already have a paypal account set up.

Thanks.

A: 

I think this should be good enough? Just get a nice donation imagine and you are good to go!

Javed Ahamed
+6  A: 

Sorry, but RTFM:

  1. Log in to your PayPal account.
  2. Click Merchant Services.
  3. Click Website Payments Standard, and then click a payment button.
  4. Under Create Buttons, click Donate.
  5. Complete the form (click More Resources for additional information).
  6. If you want to add details, click Add More Options, and complete the fields.
  7. Click Create Button Now.
  8. Copy and paste the button code into your own web page code.
  9. Click Done or Create Another Button.
deceze
Stobor