Recommend me a super-simple Paypal module
Hello, everyone.
I've got a question. I'd like to add a simple PayPal button to some of my pages. I'm not a business, just a musician trying to make it possible to buy albums off of the site. I can't imagine selling more than one thing a week at most, and don't have a business account at PayPal.
I know about the available modules, but:
- Ubercart is way too bloated - I can't even install it on my local machine to test it (installation times out), and apparently you need a business account at PayPal (which I don't have).
- same problems with eCommerce, plus it depends on other modules which I don't really want to install.
- lm_paypal is geared towards donations.
The only other option I've seen is to create a Computed Field using CCK, and entering the PayPal code in there by hand.
Is there a better option?

ubercart might be worth a
ubercart might be worth a second look. It's actually a very nice utility for that sort of thing, and it does allow you to use paypal's "website payment standard" (non-business account) method.
If you're looking for something that's very simple, and don't mind getting your hands a little dirty, you could try simple_paypal, but that will probably require some custom coding.