explain to me all of the steps involved in e-commerce?
December 11, 2003 11:09 AM
Subscribe
Can someone explain to me all of the steps involved in e-commerce? [more inside]
Here is the deal. I know that e-commerce involves a number of layers of security, site certificates, and the like - but I'm not sure how they go together, exactly.
I'm knowledgable in backend stuff, but haven't had to tackle this - until now. Assume I already have the product(s) I want to sell, but nothing else. No software, no site certificates, nothing.
Thanks in advance.
posted by hijinx to computers & internet (12 comments total)
1 user marked this as a favorite
1. display the stuff you have for sale - probably easiest part
2. let people order something - meaning create a database backend to account for users, addresses, inventory, etc
3. record credit card info and process it - by far the hardest part as you'll need to store them securely and transmit info to a cc billing service and process results
4. fulfillment, if any - if you have to mail stuff out, you'll want to incorporate the website reports into whatever shipping system you have (which could be as simple as encrypted email sent to a guy in a warehouse).
But remember, there's not a lot of point in reinventing this wheel that has been invented hundreds of times. Look into existing packages as much as you can to save labor.
posted by mathowie at 11:28 AM on December 11, 2003