I need a Shopping Cart script but I haven't seen anything that does what I want. So maybe someone can write it for me as I'm not a PHP programmer.
The script should keep a list of items in a shopping cart. Each item is added when the item's "add to cart" button is pressed. When the button is pressed, the PartNumber, ItemDescription, ShippingCost, and any other needed info will be sent to the script and stored in the customer's cart.
When the "checkout" or view cart button is pressed, a page showing the content of the cart will be shown along with current totals. Naturally, the quantities should be editable by the customer whe viewing the cart.
Next, the customer's shipping and billing info should be requested and emailed to me to be proccessed by hand after I verify that everything in the order is in stock. I don't want the credit cards to be automatically charged on the web site.
I want to be able to add a button "add to cart" for each item on my HTML pages. I don't want to be stuck with the database type shopping carts that all look the same. I want my own layout in my site.
Does anyone want to take on the project (for cheap) or do you know of a PHP script that already does what I want?


