Log in

View Full Version : ebook download system


bloodl
01-03-2008, 04:45 AM
does anyone know of any good ebook payment systems? I can make a web site no problem, but how do I get paypal to communicate with my site to make downloads work?

I am sure I need some kind of system

dMores
01-08-2008, 01:19 PM
I have never done this (might start with a "donate" button :) ) but it's basically just a paypal issue. They help you here:
https://www.paypal.com/cgi-bin/webscr?cmd=_wp-standard-overview-outside&nav=2.0.0

myeclectica
01-10-2008, 07:16 AM
Making the website from scratch to do this may be a little daunting (at least for me): shopping cart system, account info, payment, digital download capability, etc. There are some ready made web apps that can do this.

I set OSCommerce up for a while in my sandbox and it worked pretty well. Essentially, you have a storefront for products (in this case digital downloads - eBooks) with a module tied to your PayPal account (they also support several other payment methods including coupons and electronic gift cards - so you can support multiple payment types).

A user goes to your site and adds an ebook to their shopping cart. When checking out they select the method of payment. They login, or establish an account, pay and the ebook now appears as part of their account. You can also configure how many times they can download it or set it not to expire so essentially they have an online bookshelf with your site.

OSCommerce is Open Source software (free - except for your time and effort) and they have quite a few modules that can be added as well as a pretty responsive and in-depth forum. Requires PHP and MySQL.

www.oscommerce.org

If you get a chance, please visit my site www.myeclectica.com and give me some feedback on what you think. Trying to set up an eBook Device reader comments, ratings & review site. Will add some advertising (already added an aStore) later on to help pay for hosting it.

Thanks.

Steve Jordan
01-26-2008, 02:57 AM
Paypal's developer site has a number of possible third-party vendors (https://www.paypal.com/en_US/html/SolutionsDirectory/sd_dgd.html) to select from. (You may need to become a member to access this.)

My site uses Tools4Webmasters' t4w-d-goods, a perl script, but I'm not sure whether Tools4Webmasters still offers this app. Once you put your e-books into a folder, file-encoded for security, the t4w-d-goods sw will interface with the Paypal purchase process and send the recipient the appropriate e-book(s) automatically. That prevents someone from simply downloading the e-books at-will, and allows you to go about your life while your e-books sell themselves.

If t4w-d-goods is no longer available, other scripts will do the same job.