This is a discussion on "shopping cart help" within the Starting Out section. This forum, and the thread "shopping cart help are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
shopping cart help
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Hey, I'm about to begin a web project, and want to do a shopping cart and checkout for it, but don't really have an idea how I go about it! I've searched online and found shopping cart software...is this necessary? Or can I get a script from somewhere? Thanks for your help
Lisa |
|
|
|
#2
|
|||
|
|||
|
Re: shopping cart help
For a large shopping cart, you've got loads of things you'll need. A database to hold all your items, a server side language such as PHP to speak to the database and return results to the browser. You'll need to set up how you take your payments and all the security features that go with this. It's not an easy job if you're a beginner - hence why people build ready made software to do this.
Take a look at http://www.oscommerce.com/ Researching and building it yourself will be a really good project and you'll learn a ridiculous amount along the way. If you're more cottage industry and you have one or two items you want to sell, you can set up links using PayPal. Alternatively set up an ebay shop. Good luck. |
|
#3
|
|||
|
|||
|
Re: shopping cart help
Hi thanks, I know a fair bit about php, are there any php based codes for shopping carts, it's for a company and I might discuss the idea of paypal but I think they'd prefer a real one lol
Lisa |
|
#4
|
|||
|
|||
|
Re: shopping cart help
The osCommerce uses PHP and MySQL!
|
|
#5
|
|||
|
|||
|
Re: shopping cart help
i'm having trouble installing it, does using windows/mac matter? thanks
|
|
#6
|
|||
|
|||
|
Re: shopping cart help
Check the OScommerce forums...they may have info there about using it on Macs.
Last Blog Entry: More Sara Blogging (Nov 29th, 2007)
|
|
#7
|
||||
|
||||
|
Re: shopping cart help
hmm you could just store item ids in an a session array
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
![]() |
| Tags |
| cart, checkout, ecommerce, help, shopping |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| php shopping cart | Aaron1988 | PHP Forum | 4 | Oct 18th, 2006 22:30 |
| Shopping Cart | Aaron1988 | PHP Forum | 5 | Sep 25th, 2006 10:08 |
| shopping cart | Aaron1988 | Web Page Design | 0 | Sep 25th, 2006 08:29 |
| i don't know much at all about ASP - can it do shopping cart | benbacardi | Classic ASP | 3 | Jul 21st, 2004 14:47 |