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
Simple Shopping Cart scripts