Ok, guys, for the past week, I have been searching for, downloading, and reading anything that I can about making a simple shopping cart. Sure, I found a lot of stuff, but, I just cannot put it together. I found these forums, and decided I would post my problem and hope for a result.
Here is the situation:
A buddy of mine and I are starting an online PC company, on which you can customize your own computer online. I have the simple shopping cart broken down like this:
- An HTML page/template that builds a form for the customer to select each component of their PC, using drop down menus.
-I need to know how to build templates so I only have to enter text for the page header and drop down menu contents, and only have to enter the number of drop down menus. This way, I do not have to build the design over and over.
There will be several drop down list menus (10-20) per form template, and I would like to know what selection for each drop down menu the customer selects.
As the customer makes selections in the drop down menus, I need a price (text box) to be updated, so as the customer builds his PC, the total price (with shipping and taxes) updates.
When the customer is done making all of his selections from all of the drop down menus on the template, I need all of his selections sent to some sort of storage file, and I need the page to change to another page, which will be the shipping/contact page.
-The shipping/contact page will be a form in which the user enters his address, name, etc, so I know where to send his PC.
I need the info from the first page with the drop down menus (PC customizations) and the customer's address info sent to my e-mail so I can send the customer's exact custom PC to his address.
I need a third page, which will be the confirmed order page, that tells the customer the order has been placed. This page should show up if everything goes ok.
Ok, I summed it all up in 6 steps. Please, please help me out. I really need you guys to walk me through this step by step. Feel free to write code for me, please. I'm a newbie to PHP, but not to HTML or Javascript. I use Dreamweaver MX, I have Microsoft Access, and I have MySQL, but, I don't know how to set it up. My webhost is a .com, so I'm sure it has PHP and SQL extensions.