Computing.Net > Forums > Web Development > shopping cart code

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

shopping cart code

Reply to Message Icon

Name: robber2
Date: January 16, 2005 at 17:29:18 Pacific
OS: w xp
CPU/Ram: 2 gig celeron, 256 MB
Comment:

what's the simplest shopping cart i can add to a web page? what i want to do is click a link on one page and send that item number to a field on a form page which can then be emailed to me. i don't need totals, like total price of 3 items, or tax or shipping charges or any of that hoopla, just a simple "add to cart" type link which posts to a form on another page? any ideas?



Sponsored Link
Ads by Google

Response Number 1
Name: smbotans
Date: January 17, 2005 at 01:26:12 Pacific
Reply:

why don't you just create a form that people can use to place their order through the use of radio buttons or checkboxes and when they click PROCESS, the form is emailed to you?

serge


0

Response Number 2
Name: cubesoft
Date: January 17, 2005 at 07:32:37 Pacific
Reply:

I have the code in PHP if you like. The easiest way is using session. So you just add the item number to the session and list them in the "View Cart" page.

On each of the item, you have a text box for specifying quantity. Click on CONTINUE, then the system will send an email to you containing all the items for the shopping cart.

Go to http://www.cubesoft.com.au for my .NET shopping cart or http://www.tommysegoro.net.au/clients/lumis/suntrak/public_html/
for using PHP. The second one is the simpler one.

---
Tommy Segoro
CubeSoft Information Technology - Online Computer Store, Web Site Design, Software Development, Search Engine Optimization
http://www.cubesoft.com.au
info@cubesoft.com.au


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


PHP Form + FTP upload asp .Net



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: shopping cart code

Shopping Cart Program www.computing.net/answers/webdevel/shopping-cart-program/583.html

CGI Shopping cart for free www.computing.net/answers/webdevel/cgi-shopping-cart-for-free/419.html

Create a shopping cart in CSB www.computing.net/answers/webdevel/create-a-shopping-cart-in-csb/1633.html