Click to See Complete Forum and Search --> : ASP Shopping Cart
batterysavers
06-14-2003, 11:41 PM
I NEED TO BUILD A SHOPPING CART - QUICK!
Does anyone have a good tutorial for building and 120 product shopping cart? I'm strong with HTML, but weak with databases. It's my first time building a shopping cart so I need all the details. My Host supports MySQL, ASP (http://www.avidhosting.com/compare.htm).
Someone recommended I use ASP over JAvascript.
Any words of wisdom are appreciated!
Thanks
Dave
PS: Building the pages in FRONTPAGE.
Ribeyed
06-15-2003, 06:31 AM
hi,
i can help you with code and database if you like.
Ribeyed
06-15-2003, 07:28 AM
hi,
are you sure your host supports ASP. Had a 5 min look at the host you are using but didn't see ASP support in any of the features for there hosting packages, plz advice.
batterysavers
06-15-2003, 12:02 PM
ASP Upgrade $16.95mo.
AvidHosting ASP Hosting Request Form
This is the official form for requesting ASP Hosting for your existing account. Please allow up to 48 hours for your account to be upgraded to ASP Hosting. This process requires moving your account to a different server, however, there will not be any interruption in service. All packages are exactly as listed on http://www.avidhosting.com/hosting.htm, plus they all support ASP (Active Server Pages).
Is creating the shopping cart in ASP a big project?
Ribeyed
06-15-2003, 01:42 PM
HI,
like Dave said yes it can be especially doning it alone, i know this for a fact. As i said before i would help you develop your shopping cart in you are building it yourself.
Bullschmidt
06-15-2003, 11:48 PM
I generally think of a shopping cart as a fancy name for a session array. And here's a good resource that includes how to use session arrays:
Session Object - 11/15/2000
http://msdn.microsoft.com/library/psdk/iisref/vbob12d0.htm
And if you don't want to "roll your own," here is a good resource about where to get a shopping cart:
Where can I get a shopping cart for my web site? - 4/11/2002
http://www.aspfaq.com/show.asp?id=2225