swan4kids / swan4kids.com

website
2 stars 1 forks source link

set up payments provider for donations #2

Closed ericgj closed 12 years ago

anthias commented 13 years ago

Here's code for a paypal donate button. All donations will be sent to consult@avalarestrings.com . This would be my suggestion.

anthias commented 13 years ago

Oops, try this:

<form action="https://www.paypal.com/cgi-bin/webscr&quot; method="post"> <input type="hidden" name="cmd" value="_donations"> <input type="hidden" name="business" value="consult@avalarestrings.com"> <input type="hidden" name="lc" value="US"> <input type="hidden" name="item_name" value="SWAN"> <input type="hidden" name="no_note" value="0"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="bn" value="PP-DonationsBF:btn_donate_LG.gif:NonHostedGuest"> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif&quot; border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif&quot; width="1" height="1"> </form>

ericgj commented 13 years ago

I'm really sorry Jeff, I should have made clear they don't yet know what they want to do on this, since they're waiting for their nonprofit status to go through. I think they may want SWAN to be separate from Avalare Strings for instance, and they may go with WePay instead of Paypal, etc. Hope it wasn't a lot of work to set up.