I want to add a “shopping cart” feature to our Website (www.bridgingpeople.org), to sell merchandise as fundraising for our not-for-profit organization. We would like the look/features to be similar to Amazon.com, but of course much less product content and no need to tell visitors what they purchased on their previous visits. The minimum content would be a list of merchandise for sale, with description and price, the ability for visitors to click on “Add to Shopping Cart,” and software that would keep track of which items were selected and tally them up when the visitor is finished selecting items to purchase and wants to check out.
I’ve checked a couple of books on Website development and don’t see anything on how to do add a shopping cart feature to a Website. Can anyone help me, please? Many thanks in advance.
a database : I would recomment mySQL, or ms Access
a server side script: I would reccoment php, or asp
a server that supports one of the top ^^^^^^^^
it’s really pretty simple using Access and asp, but def not the best way to go. php is much faster and more powerful. do you have any experience with any of these?
Sorry, I have no experience with either Access or php – don’t even know what a php is. I was (perhaps very naively…) hoping that there may be some way to simply download another Website’s shopping cart software and then change each of the product descriptions and the headers and and the addresses that take the order to the third-party handler of the payment by credit card. Is there any way to do something like this??? Thanks very much for your interest and for your help.