How do I set my web site to deliver Ebooks automatically?
Posted Saturday, June 27, 2009 by admin
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?
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Posted in Programming Design
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.