Quote:
Originally Posted by Joe3000
Just trying to get my head around the steps involved in creating a website to sell items.
This is what I think you need:
>> a website
>> a shopping cart app (which one?)
>> a secure connection to handle the payment?
Who receives the payment information? Does it go to the bank who then 'send' the vendor the money?
Any input to fill in the blanks would be great.
Thanks.
|
Very simply...
A web site to display your products and associated information
A method of letting customers select items for purchase (cart)
A method of collecting customer data, delivery address etc
A method of payment - either a 3rd party payment processor like Woldpay, Secpay, Protx, Paypal, or offline using your own POS (SSL required)
A method of logging order information
Broadly speaking, a 3rd party payment processor will do the transaction for you and deposit the money into your bank account, all you do is collect the order info and despatch it when you have confirmation that the payment has been successful.
As to which shopping cart system to use that depends on what features you actually need and what's important. What platform are you using - php, asp, perl? Do you need things like categories, additional product info fields, customer accounts, wholesale facilities, easy to edit html/css templates? What is your budget?
Make a list of everything you'd need, both now and in the future. Once you have that list you can then go and see which carts fit your requirements. My advice is not to jump in and go for "everyones" favourite free shopping cart - what suits them might not be suitable for your business. Choosing the right cart first time will save a lot of hassle later on.
|