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!

Looking for shopping cart code?

Status
Not open for further replies.

Kurtosdf

Programmer
Jan 17, 2001
32
US
I am looking for some shopping cart code that functions as a usual cart except I do not want to take orders. I would rather have their selected items emailed so I could call and confirm/place the order.

Any help is appreciated!
 
you have to use Cgi's
Common Gateway Interface

after chose a language
perl (most used for cgi works uder unix and win32)
php (dont know much about this ..but seems very realiable)
c++ (unless u gained imortality dont use c++ for cgi script)
etc...

then u create your shoping cart cgi
this cgi will deal with :
data process (store secret variable)
data storage (to extend the power of the cookie)
sending data (to notice u that they want to buy something)
print html to the browser (item x has benn hadden , thanks , etc..)

happy coding !

ps: u could always use javascript and cookies
but my friends ..server code is so more powerfull & secure ---------------------------------------
wmail.jpg


someone knowledge ends where
someone else knowledge starts
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top