
Here's what I want:
I want to set up my shop so that it's run mostly off of the HTML site, but that has a database product list.
I want the main page to show a list of my products, with a drop down list of colors so you can choose which one you want, and an 'add to cart' button next to it, and a thumbnail of the item on the left. Then you can click the thumbnail or product title, and it'll take you to a page that has the product description, larger picture, and more pictures in the description; along with the 'add to cart' button and the drop down menu.
Then when you click 'add to cart', I want it to send you to the cart; and in the cart, I want the product to show (with the thumbnail picture) along with the option from the drop-down menu and the title and price.
Then when they check out, I want it to have all the necessary boxes, along with a radio button choice of payment types (money order/cashier's check, personal check, or etc.), their choice of shipping, and a comment box.
I don't want to actually have a Payment Gateway, however. I prefer to send my own invoices so I can keep track of the items sold, and so I can send the proper price for shipping, and not over charge or anything. @_@
Did I miss anything?
So, basically, I need to know how to set up the database and shopping cart in correspondence with my HTML pages. For reference, I'm using Dreamweaver 4 for my website creator, since it mixes WYSIWYG with HTML hand coding.
I looked in the help section, but I couldn't find anything that seemed to make any sense whatsoever. @_@
Thank you in advance to those who help. ^_^