PDA

View Full Version : General online store question



carlyj
19 May 2010, 12:07 PM
I would like to develop a web page that shows some (clothing) items from a database and allows the user to select what he/she wants from these items.
Just the regular online store page.
I am using Dreamweaver CS3 and MySQL.
I know how to display the items with a simple repeat region and a query of the database.
Each item should have a checkbox that if checked means that the user wants the corresponding item. When the checkbox is checked the running total (sum of the $ price of the items that are checked) should be displayed in a label down the page. When all the desired items are checked there should be a submit button that takes the user to a page that displays all the items selected and the total $ amount.
I am wondering if somebody can point me toward a tutorial that explains how to do it (using php?, javascript?, use of temporary MySQL tables? etc).
Any help is very much appreciated.

Thanks,

Carly