Ordering Items
Posted: Wed Nov 02, 2005 9:48 pm
I am building a photographer's web site where he offers his clients the option of placing an order online. It is not an eCommerce store, but simulates like one. There is no money transactions going on. The user will navigate to a photo and then add to cart. The items are kept in a SESSION on the server and then the user can go shop for more photos. Once the shopping is completed the user sends the order to the photographer via a form which has been collecting everything they have ordered.
Here is a link to a page where you will see the photo to purchase and the selections/options of what to order from that photo. (http://www.sc-photo.com/order/browsePho ... 27&pID=316)
The navigation is working fine. Here is my problem. I have no idea how to make the forms on this page submit SESSION variables of the selected data (photoID, clientID, photoSIZE(s), etc. (you can see the options on the form). Where should I begin? Where should I turn to get some sort of guidance and direction?
Thanks.
Here is a link to a page where you will see the photo to purchase and the selections/options of what to order from that photo. (http://www.sc-photo.com/order/browsePho ... 27&pID=316)
The navigation is working fine. Here is my problem. I have no idea how to make the forms on this page submit SESSION variables of the selected data (photoID, clientID, photoSIZE(s), etc. (you can see the options on the form). Where should I begin? Where should I turn to get some sort of guidance and direction?
Thanks.