Hi, all. I'm setting up a site for users to order photos... They won't be purchasing online, just specifiying which photos they want to have printed...then an email will be sent to the user after placing their order...and an email will be sent to a local photo shop who will handle the printing and payments.
I was wondering about the best way to handle the data... The flow will be like this... - User views multiple photos on page... - Each photo has checkboxes for options like 4x6, 5x7, 8x10, and associated price. -The user will check boxes for various options for photos on each page. - The user will go to another page to view more photos and make selections. - User checks list of all they're order and total cost is calculated and presented. The biggest issue to the best way to handle the info... - First, I'm considering making all checkbox names dynamic, such as '#PhotoQuery.PhotoName#'&'4x6', '#PhotoQuery.PhotoName#'&'5x7', etc... Would that work for making each checkbox unique? - Secondly, I need to store the selections...should I do this in an array, including PhotoName, Size, Price...then just output the array contents for review, then into the order emails when "checkout" occurs? Thanks for anyone's time and insight...I haven't put together a shopping cart yet, so I just want to make sure I'm headed in the right direction with the coding before I start... Thanks, Rick Rick Faircloth WhiteStoneMedia.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

