Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 08-22-2006, 01:05 AM   #1 (permalink)
 
Junior Techie

Join Date: Feb 2006

Posts: 60

xynthetik

Default Add to cart

Hey guys I was wandering whats the code or what language do I need if I was making a site and like i was selling cables and stuff online and when people click Add Cart it comes to page with all their stuff. Then how do I do the whole checkout and ordering process? Im currently signed up with Yahoo's Small Buisness program


http://smallbusiness.yahoo.com/merchant/c1feat.php


I'm actually doing this for a customer because I know how to work HTML basically and stuff I even got a template but I dont know how to do the whole buisness thing.
xynthetik is offline  
Old 08-22-2006, 01:37 AM   #2 (permalink)
willsko87's Avatar
 
Monster Techie

Join Date: Apr 2004

Location: Melbourne, Australia

Posts: 1,219

willsko87 is on a distinguished road

Default

I'm not sure how to code it myself, but you can use OSCommerce which is an Open Source software to create an E-Commerce website.
http://www.oscommerce.com/solutions/oscommerce
__________________
http://www.aflonline.com.au



willsko87 is offline  
Old 08-22-2006, 04:50 PM   #3 (permalink)
 
Contributor

Join Date: Jul 2006

Posts: 84

Ken11235

Default

Coding an ecommerce site is very complicatedespecially when you must add something to process credit cards. Common languages for shopping cards are PHP (linux) and ASP (windows). I'd definately suggest something like OSCommerce if you're not a programming expert.
Ken11235 is offline  
Old 08-22-2006, 05:49 PM   #4 (permalink)
 
Junior Techie

Join Date: Feb 2006

Posts: 60

xynthetik

Default

how would you use osCommerce?
xynthetik is offline  
Old 08-22-2006, 07:26 PM   #5 (permalink)
willsko87's Avatar
 
Monster Techie

Join Date: Apr 2004

Location: Melbourne, Australia

Posts: 1,219

willsko87 is on a distinguished road

Default

There is documentation on that site on how to install it on your web server.
http://www.oscommerce.info/docs/english/
__________________
http://www.aflonline.com.au



willsko87 is offline  
Old 08-24-2006, 02:39 PM   #6 (permalink)
 
Newb Techie

Join Date: Aug 2006

Posts: 13

non_profit

Default

If your going to do an add to cart function - first i'd check into in the new asp.net 2.0 and see what new objects they have in this area - but basically you have a few different options for doing this - first create your shopping cart page and decide how your going to list the products in your cart, in asp.net you'd probably want a data grid, or if your going to manually create it and use a table tags and maybe css to style it, or what ever method your most comfortable listing your cart objects - once your figure out how your going to show it then you need to figure out how your going to save the data, once again you have a few different options off the top of my head with out knowing much about how your site layout and what technologies your using i'd say your best options are:
- use a cookie
- storing data in the session cache (not practical)
- create a temp xml file and store it locally and use that to store user shoping info - delete on check out or session ends
- create a temp dataset
- create a type dataset associated with your shopping cart page

once you figure out how you want to display the data and how you want to store the data, the you need to figure out how your going to process payments

Theres actually only two ways to accept credit card payments on a site

-Using your own merchant account: To do this you actually have to get a bank to let you open a merchant account and requirements will vary from bank to bank

-Through a third party merchant: there are numerous companies on the web that provide this service i.e. paypal - and a lot of these companies will provide the shopping cart and credit card processing pages for you, but it costs, and if all your know is html it is probably your best bet
non_profit is offline  
Old 08-26-2006, 02:49 PM   #7 (permalink)
 
Super Techie

Join Date: Jan 2006

Posts: 252

Fastvan67 is on a distinguished road

Default

try paypal, they have a shopping cart feature that you can use
__________________
K9ND Speedster2 Coming to America!
Heat: fastvan67
ebay: fastvan
paypal: yeawellso
Fastvan67 is offline  
 
Closed Thread

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
Trackbacks are On
Pingbacks are On
Refbacks are On