I need to start an e-business.
September 3, 2007 9:53 AM
Subscribe
I'd like to design a small-scale e-commerce site that also accepts donations. I have no experience. Help!
First, I do have a lot of web experience, ranging from UNIX systems administration to development on a LAMP platform. I've just never done e-commerce, and development isn't my official field.
I'm a student at a business school, and I've recently come back from helping out a small school + AIDS orphanage in Africa. The children do some handicraft (and are learning artisan skills!), but there isn't a big market. I think it would be a huge help to them if they could sell their work online. I'd like something with a web presence as opposed to trying to sell via, say, eBay.
How do I go about this, from a technical perspective? I have Linux machines available, and the school would surely permit me use of a Windows server if it's preferable.
I am not concerned with logistics (such as how to get the products from Africa to buyers), which we're dealing with separately. I'm solely interested in how I should go about setting up an online shop. Are there pre-made applications for this that are good? Should I host it myself or are there places that do that? How do I ensure security of credit card information? How do I spot fraud?
posted by fogster to technology (3 comments total)
2 users marked this as a favorite
I've used both, albeit for my then-employers. The API is generally straightforward. You redirect customers onto their site and they handle all the headaches of charging your customers and detecting fraud and so on.
Normally, you wouldn't even retain the credit card information on your system - the payment gateway sends you an OK or NOT OK back after the charging has been completed.
posted by geminus at 10:02 AM on September 3, 2007