View Single Post
Old 10-11-2005, 10:22 PM   #7 (permalink)
teknomage1
Jack of all trades
 
teknomage1's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 598
teknomage1 is on a distinguished road
Send a message via AIM to teknomage1
Almost - when a user submits an order you store the name, address, etc in a new line in the customer_order table and then store the individual items and quantities in the ordered_items table with a reference to the newly generated entry in the customer_order table. Basically this avoids having to store any sort of list of products in the customer_order table.
__________________
Stop intellectual property from infringing on me
teknomage1 is offline   Reply With Quote