What I need is a simple, secure stand alone shopping cart or script that I can integrate into an existing site. Know of any solutions?
Basically if I have a link on my website of product info... example
<a href="show_shoppingcart.php?id=$id&price=$price&qty=$qauntity">Add</a>
The shopping cart will do the rest without having to do any more MySQL queries on the product, just take the information given, I guess use session variables, and let the customer check out. I don’t mind creating tables to house the customer information, but enough with the pages of code and includes() and requires() and cluttered “MySQL cart tables”.
Than is a lot to ask but surely there is a simple solution that exists!
Please feel free to email me: jshields55@yahoo.com .
Thank you