Simple Shopping Cart scripts

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
zacthespack
Forum Newbie
Posts: 16
Joined: Mon Oct 11, 2010 9:08 am

Simple Shopping Cart scripts

Post by zacthespack »

I'm looking for a simple shopping cart system for my site to do away with the order form I use at the moment. I have been updating the site which now links each page of products on the site to a mysql table of those products so that I can then export my product data from my sage system straight to the website.
What I need is a way for a button to display next to each product that once clicked adds said product to a shopping cart, along with how many of the product the customer wants. the customer once finished then 'checks out' adding there contact information etc. to the order and the order is then sent to my via email.
The tricky part is I do not wish payment to be taken this 'shopping cart' would be used just to take orders which will then be processed and paid at a later date.
Any help would be great!
Thanks
Zac
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Simple Shopping Cart scripts

Post by Christopher »

There are many shopping cart examples on the web. Have you search for example code? Or would you rather walk through the code design? Do you have an code you can show?
(#10850)
Post Reply