php,MySQL,Valid XHTML,CSS, Single Product Shopping Cart with Personalization Options
Additional Info
I need a very simple SINGLE product shopping cart application built in PHP/MySQL that requires the customer to fill in 8 text inputs, 2 select options, and 5 radio box selections for the product, stores the product in a MySQL database, and calculates the total for the product (a few of the selections will add or subtract from a base price)
I have been working on this, but it is time sensitive, and help would be appreciated. Where I am running into problems with off the shelf solutions is they are centered on having numerous products, this store will only offer 1 product, but it is a highly personalized gift.
If at all possible I would like the form to be in ajax to simplify the ordering process, and the "show cart" page offer the options to edit the personalization info, delete the product, or add another product with its own personalization. It is vital that these items not be combined into groups, and if at all possible, each product should have a unique id in the database to allow for use with the offline personalization program.