Shopping Carts, I keep getting asked to build a site...
I am a fairly competent XHTML/CSS programmer and I can also do a fair amount javascript and jQuery. But recently I've been asked, more than once if I can create sites with shopping carts.
I'd like to make a survey of the group here and ask what's a good solution for doing this? or What are the best 3rd party solutions, or Where's a good place to start?
would like to hear about your experience with this topic,
You know the front end, but a shopping cart requires back end code. You will need to learn a server side scripting language (such as PHP, .NET, Ruby, J2EE, etc.) and SQL for database communication. You will need to keep track of the session.
Bookmarks