How do I set my web site to deliver Ebooks automatically?
Posted by admin | Filed under Programming & Design
I want to sell Ebooks online and I want my website to send the Ebooks to the buyer’s e-mail when they hit the OK button on the Shopping cart. How do I do that?








July 28th, 2009 at 1:24 am
This will take some server-side scripting to accomplish. If your shopping cart software is set up to send a confirming email, you may be able to modify it to attach the ebook to that. Depending on the size of the ebook, email may be impractical, in which case you would need to script some sort of password-protected access system so your customers can download it with their browsers.