Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Shopping Cart

Status
Not open for further replies.

khurram

IS-IT--Management
Jan 10, 2001
95
CA
Can someone suggest a good starting point on how to design a shopping cart? We have some particulars that most carts don't support (the pre-packaged ones) so we need to develop our own.

Any references or material would be a great help.

Thanks.
 
There's a lot of tutorials out there, actually there is even one in your example applications that came with the CF installation (Tack store). This should be a good starting point for learning how to create a cart. There is a lot of ways you can do it, with session variables, temporary DBtables, client variables, cookies et cetera.
Good luck!

<webguru>iqof188</webguru>
 
khurram,

You can go at it one of two ways.
1. Cookies w/ Database
2. Login w/ Database

I would rather go with the first. But if they do not have cookies enabled, then it want work. Lets say that once they enter the site, they are automatically assigned a URLTOKEN correct, now once they click add to cart, it automatically adds that item to the database in reference to the cookie ID. It's not hard, but the thing is, you have to design you database with every possibility.

Happy Programmer
Grover Fields
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top