I need a Shopping Cart That Takes Donations.
June 8, 2008 3:53 PM
Subscribe
Can anyone recommend a good shopping cart system that can also handle something like donations?
For example, while PayPal does offer a donation system and it does offer a shopping cart, it doesn't seem to be able to intergrate the two sets of data so that someone could choose to donate whatever they like to one project via a donation button and also add a payment option for something physical, to get a shopping cart (and that flexibility of adding or deleting an amount of money) means that all items have to have a fixed price-- you can't just have areas where one or two or ANY item can be a variable price that one types in what they want.
In talking with my boss, he says we now aren't completely tied to paypal as the solution for this... so if anyone can offer any help into a possible solution, I'd really appreciate it.
posted by ShawnStruck to computers & internet (9 comments total)
3 users marked this as a favorite
1) Adding this feature would be very, very simple for any programmer to add to an existing shopping cart system, provided you host it yourself of course.
2) Why not create an item "$1 donation to Foo" and people can just change the quantity? You're stuck with whole-dollar amounts but I can't see that being a big problem.
3) If you allow donations to be "bought" without first verifying an email address/account/something you will be found by botnets and used to validate stolen credit card numbers. This is from first-hand experience. At the very least use a Captcha for donation-only checkouts.
posted by Skorgu at 4:00 PM on June 8