Generic OrderDetails Database?
Hi,
I installed the default Orders and Order details database on my server, but as i re-read through the getting started guide I find that many of the fields that would store the customer's name, address, shipping address and phone, e.g., are not available on either the orders or order detail database. When Setting up the records for the cart, this info will be lost. The guide seems to indicate that the shipping addresses, etc. are stored in the Order DB and not the Details DB...
Am I missing something, using older db samples, what?


The shipping information should be added to the orders table. The order details are for the rows in the cart, so since the shipping address is always the same for all of the items in the cart it doesn't make sense to add there.
