Quote:
|
# Where can I learn the very basics?
|
Here and everywhere on the internet
Quote:
|
# Are there any recommended beginners books?
|
There are books about ecom. Lots of them but the best way to learn is to get stuck in
Quote:
|
# Do I need to use some kind of service from a bank or card issuer?
|
As an etailer you will require some means of processing payments. You could obtain a service from your bank or subscribe to a payment gateway. A payment gateway is an online service which takes the hassle away from you (for a charge of course).
You deploy a cart which holds your stock. The customer adds his goods to the cart then clicks the checkout button where bank details are taken and the payment processed. The gateway covers the checkout process.
Quote:
|
# Is it actually a realistic goal to be able to set up a simple online store by myself?
|
of course it is
you can use a free cart like
Zen Cart and then Paypal as your payment gateway or you can evaluate commercial software like
Actinic or you could learn to write a cart yourself if you want to get into that level of development.
I do suggest giving PHP a once over as nothing prepares you better for problems than knowing how it all hangs together.