Re: adding e-commerce to project
Re: adding e-commerce to project
- Subject: Re: adding e-commerce to project
- From: Franck Leveneur <email@hidden>
- Date: Tue, 2 Dec 2003 08:34:43 -0800
Jonathan,
I haven't seen the DB Schema for the PetStore, but being a DBA, I can
probably safely say that line item tables store the item ordered where
the order store the main order information.
Think of the order table as the header of an invoice and the item order
table as the product/service ordered.
1 header per order but 1 to many items per order. Each item ordered has
a quantity, a price, a total.
Let me know if you need more info.
On Dec 2, 2003, at 2:19 AM, Jonathan Fleming wrote:
G'day to y'all,
I'm onto the project of adding some e-commerce to my apps and I've
been looking at WebObjects PetStore Example, from what I see, I can
follow what is going on and ultimatley understand all the code but one
thing is baffling me: "What is the LineItem table/entity doing?" I
don't understand the link between the Order table/entity and the Item
table/entity.
If some one could explain it's purpose I should be well away to get on
with this. I just can't see it for looking at it.
Regards
Jonathan :^)
_________________________________________________________________
Express yourself with cool emoticons - download MSN Messenger today!
http://www.msn.co.uk/messenger
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.