How to build a really simple site that sells PDFs
May 16, 2009 9:58 AM
Subscribe
Codefilter: I'd like to build a website that allows people to buy a PDF of a publication and then download it. Only problem is, I'm not an out-and-out coder/developer.
Here's what I'd like to do: create a website where people can view simple thumbnails of publications and then buy PDFs of these, ideally using a standard internet payment system (PayPal, Amazon etc).
Optional, but nice:
* People could create an account with the site, which would store details, enable them to re-download etc
* Site could accept codes to allow for free downloads, or we could flag up certain accounts as 'free'
* Ability to have groups of users, each group seeing different PDFs
And the complications:
I am not, in terms of training a coder or developer. I have reasonable HTML and CSS knowledge, and have lots of experience with CMS type systems, but no real experience writing PHP etc.
I'd very grateful for pointers towards something that can help - or am I being wildly optimistic about what I, as a non-coder, can do?
posted by Sifter to computers & internet (13 comments total)
12 users marked this as a favorite
Question: are you looking to generate the PDFs dynamically with the website upon purchase (or some other time, but by the web application at some point), or are these "pre-built" PDFs of documents which you are just putting up behind an ecommerce system? That will make a big difference in what sort of answers you get.
posted by dubitable at 10:15 AM on May 16