Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old May 27th, 2006, 7:31 PM   #1
Toro
Hobbyist Programmer
 
Toro's Avatar
 
Join Date: Apr 2006
Posts: 136
Rep Power: 0 Toro is an unknown quantity at this point
Shopping Cart Updater

How would I go about making a shopping cart and a update manager? I have no ASP or PHP knowlegde what so ever? Will this take long to gain? I have this client requiring a program that he can have that will be able to update his shopping cart. How exactly can I do this and what language would be the easiest to do it in. I am willing to take any language on that will accomplish this. I have more Java skills than any other language. Can I do this easily with Java?
Toro is offline   Reply With Quote
Old May 27th, 2006, 7:59 PM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
You're going to need some server-side expertise, even if you do part of it on the client. I presume you're not going to use some cart software the client's host makes available? The total amount of work you're going to have to do will depend on how much you're doing in terms of inventory control. Maybe you're just subtracting the cart contents from inventory, maybe you're just counting it all up and billing it, to hell with inventory, and maybe you're doing a complete package including determining whether inventory quantities have fallen below a trigger point for ordering, and placing an order, if required. I can't imagine I would use Java. Personally, I would use PHP and a DB like mySQL. I might use Python if I had more expertise, but I'm a rank beginner with it. Your use of the term, 'update', throws me a little, unless you are talking some amount of inventory management.

If you know Java, you shouldn't have much difficulty picking up PHP. If you know C/C++, it should be a snap. I would say you need to formulate precisely what you are going to be required to do in your mind. A complete and thorough system will require more than programming knowledge. If your client knows all that stuff and has produced a detailed specification, then your work boils down to how to "solve the formula", so to speak. If you have to learn about inventory management and all its adjuncts, including purchasing, shipping, receiving, and all that hooraw, you're probably going to need to hit some books.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old May 27th, 2006, 9:39 PM   #3
Toro
Hobbyist Programmer
 
Toro's Avatar
 
Join Date: Apr 2006
Posts: 136
Rep Power: 0 Toro is an unknown quantity at this point
Thanks for the reply DaWei. This is what the client wants. He wants a application and a website where he would use a shopping cart and he, himself, would load up his products that he wants to sell and have people have a register and keep track of item that they would like to purchase.]

EDIT: This is what he said
Quote:
Originally Posted by client
"I can use as an affiliation program (ie. people apply and I can allow them to take orders through my site for a commision"
Toro is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:27 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC