Click to See Complete Forum and Search --> : Shopping Cart


Jonathan
05-10-2003, 10:52 PM
I need a shopping cart for my web site that will allow a picture and a short description of the item. How will I do this... Do you know of any generators (code)? Let me know!

Thanks.
Jonathan

brendandonhue
05-10-2003, 11:04 PM
Javascript should not be used to do these kinds of things. Its complicated to keep track of the items and show the info.
You would be better off with server-side scripting and a Database.