Internel shopping cart

D

Don Grover

I am retrieving costs and product id's from a sql db. and need to build a
shopping cart around it.
How do I store the selected items and qty req so I can move into another
catalog and total up as im going.

Just a couple of hints will do, Im familiar with vb script but not java
based code , and im wondering how to store what they select so I can move
around different product ranges.

Don
 
B

Bullschmidt

I generally think of a shopping cart as a fancy name for a session
array. And here is a some good resource that includes how to use
session arrays:

Session Object
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iisref/
htm/ref_vbom_seso.asp

And here are some more shopping cart resources:

Shopping Cart Sample
http://www.asp101.com/samples/viewasp.asp?file=shopping.asp

Welcome to the fake volleyball store
http://www.aspfaq.com/cart

And if you don't want to "roll your own," this resource has a list of
free and commercial shopping cart components, as well as some pure ASP
shopping carts:

Where can I get a shopping cart for my web site? - 4/11/2002
http://www.aspfaq.com/show.asp?id=2225

Best regards,
J. Paul Schmidt, Freelance ASP Web Developer
http://www.Bullschmidt.com
ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
 
D

Don Grover

Thanks for the resources.
I am stuck with creating my own due to the cart intergrating into sql serv
and an accounting system as well as into a unix stock control system and
banking system.

Just got to get my head around best way to store users select data and get
it in/out of cart and recalculate on it.
Thanks
Don
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,015
Latest member
AmbrosePal

Latest Threads

Top