Shopping carts

This is a discussion on "Shopping carts" within the Classic ASP section. This forum, and the thread "Shopping carts are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Classic ASP

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 22nd, 2006, 19:27
Junior Member
Join Date: Dec 2006
Location: Texas
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Shopping carts

A couple of questions...

1. About how hard is it to develop a shopping cart.
2. For those of you who make sites with shopping carts, do you write it from scratch or use a program to do it. (And if its a program, what program is it?)
Reply With Quote

  #2 (permalink)  
Old Dec 23rd, 2006, 09:19
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: Shopping carts

How hard?
Depends what you want it to do...
Some are VERY VERY simple, like this:
http://www.asp101.com/samples/shopping.asp

How to do it?
Write it from scratch.
Having a program do it for you is a quick solution that gradually deteriorates and becomes harder and harder to customize/maintain.
Coding it yourself means you have full control of how it works, you fully understand how it works, you can customize it as much as you like and you gain a lot more experience...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
  #3 (permalink)  
Old Dec 23rd, 2006, 10:47
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Re: Shopping carts

Personally, I would use cactuShop every time (if it's ASP).... it's low cost, and does everything you could possibly want.

http://www.cactushop.com
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #4 (permalink)  
Old Dec 23rd, 2006, 10:49
Reputable Member
Join Date: Jul 2006
Location: Scotland
Age: 22
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to snow
Re: Shopping carts

Just out of curiosity, why do you work with ASP now ASP.net is around? D'you prefer it?
Reply With Quote
  #5 (permalink)  
Old Dec 23rd, 2006, 10:56
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Re: Shopping carts

Some people have far more ASP knowledge than .NET knowledge (myself included), and others dont like the learning curve.

If you know neither, it makes far more sense to go with .NET
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #6 (permalink)  
Old Dec 23rd, 2006, 11:01
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: Shopping carts

If you're starting up, .NET is the best option...
but when you have years of experience with ASP, and hundreds of little genious bits of code fully tested and working wonders, the idea of re-doing all that work is just too much...

Actually, I tried. I started a .NET version of my CMS and it was really cool, but it would have taken me months to get it to do everything my old-school ASP CMS already does well...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
  #7 (permalink)  
Old Dec 23rd, 2006, 11:02
Reputable Member
Join Date: Jul 2006
Location: Scotland
Age: 22
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to snow
Re: Shopping carts

.NET seems to have a much quicker development time than ASP, as far as I can tell - and was strangely easy to pick up. I think it's cause it becomes almost graphical to program the form options with it.

I think it's worth switching to anyway - but I'm biased...
Reply With Quote
  #8 (permalink)  
Old Dec 23rd, 2006, 11:04
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Re: Shopping carts

It's only graphical if you are using visual studio, or some other IDE....

Many coders will always prefer a text editor.
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #9 (permalink)  
Old Dec 23rd, 2006, 11:08
Reputable Member
Join Date: Jul 2006
Location: Scotland
Age: 22
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to snow
Re: Shopping carts

That's true - but I'm not sure why you wouldn't use Visual Studio - they go together so beautifully. I'm all for writing code manually - but if I can do it in half the time graphically, and it outputs the same quality of code as I would (or exactly the code I would), I go for the quickest/simplest option.

I guess if you're not using VS then there wouldn't be a massive difference in dev time...
Reply With Quote
  #10 (permalink)  
Old Dec 23rd, 2006, 11:13
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: Shopping carts

When you're coding large applications, the visual side of things is the least important. I spend 70% of my time working on the 'engine' of my websites...
Which is I why I pick the language I'm 1. most confortable with, 2. most experienced with and 3. have the biggest library of snippets...

.NET beats ASP in every way: performance, simplicity, code clarity and quality, documentation, etc....
But old habits die hard!
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
  #11 (permalink)  
Old Dec 23rd, 2006, 11:19
Reputable Member
Join Date: Jul 2006
Location: Scotland
Age: 22
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to snow
Re: Shopping carts

When I talk about graphical programming - I wasn't talking about the appearance of the page... rather, VS has graphical/wizard options for accessing your database, making queries, outputting the data from storage into logical structures (paged forms, tables, trees, ect.), and creating AJAX form elements...

It makes picking it up to begin with, or after you've not been using it for a while so much faster!
Reply With Quote
Reply

Tags
shopping cart

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
3D shopping 3DProf4online Graphics and 3D 5 Mar 12th, 2007 12:52
php shopping cart Aaron1988 PHP Forum 4 Oct 18th, 2006 22:30
Shopping Cart Aaron1988 PHP Forum 5 Sep 25th, 2006 10:08
i don't know much at all about ASP - can it do shopping cart benbacardi Classic ASP 3 Jul 21st, 2004 14:47


All times are GMT. The time now is 06:29.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43