# How do I create a "shopping cart" in my Website

**URL:** https://forum.kirupa.com/t/how-do-i-create-a-shopping-cart-in-my-website/23641
**Category:** programming
**Created:** [June 20, 2003, 12:59pm UTC](https://forum.kirupa.com/t/how-do-i-create-a-shopping-cart-in-my-website/23641 "2003-06-20T12:59:22Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![James\_R\_Bauman](https://avatars.discourse-cdn.com/v4/letter/j/f1d935/32.png) [@James\_R\_Bauman](https://forum.kirupa.com/u/James_R_Bauman)
#### Post date: [June 20, 2003, 12:59pm UTC](https://forum.kirupa.com/t/how-do-i-create-a-shopping-cart-in-my-website/23641/1 "2003-06-20T12:59:22Z")

</div>

I want to add a “shopping cart” feature to our Website ([www.bridgingpeople.org](http://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](http://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.

Bob Bauman

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 20, 2003, 4:48pm UTC](https://forum.kirupa.com/t/how-do-i-create-a-shopping-cart-in-my-website/23641/2 "2003-06-20T16:48:14Z")

</div>

sure, you will need the following:

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?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 21, 2003, 9:17pm UTC](https://forum.kirupa.com/t/how-do-i-create-a-shopping-cart-in-my-website/23641/3 "2003-06-21T21:17:46Z")

</div>

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.

Bob Bauman

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 22, 2003, 7:25am UTC](https://forum.kirupa.com/t/how-do-i-create-a-shopping-cart-in-my-website/23641/4 "2003-06-22T07:25:33Z")

</div>

yea the good ones you have to pay for but here are some free ones. your probably better off going with cgi scripts

[http://www.nopdesign.com/freecart/](http://www.nopdesign.com/freecart/)  
[http://www.commerce-cgi.com/download.htm](http://www.commerce-cgi.com/download.htm)

the first one seems better. scrol down to the middle of the page to se a wrokign example and to download it

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 22, 2003, 2:24pm UTC](https://forum.kirupa.com/t/how-do-i-create-a-shopping-cart-in-my-website/23641/5 "2003-06-22T14:24:28Z")

</div>

Thanks very much; I’ll give the freebies a try first. Appreciate very much your time and info and help.

Bob Bauman

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 22, 2003, 6:16pm UTC](https://forum.kirupa.com/t/how-do-i-create-a-shopping-cart-in-my-website/23641/6 "2003-06-22T18:16:09Z")

</div>

no prob
