|
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
|