Best way of making shopping cart & checkout

2008-10-17 Thread Thomas Worrall
Hi. I'm making a shopping cart system for buying theatre tickets. Here's how I envision it working: what I need is for people to tell me where I've gone wrong :) I have an entity called SeatBooking, which are the things the user can buy. I have another called Order, with a many-to-one relat

Best way of making shopping cart & checkout

2008-10-17 Thread Thomas Worrall
Hi. I'm making a shopping cart system for buying theatre tickets. Here's how I envision it working: what I need is for people to tell me where I've gone wrong :) I have an entity called SeatBooking, which are the things the user can buy. I have another called Order, with a many-to-one relat

Re: Aaargh, ERXApplication!

2008-10-09 Thread Thomas Worrall
On 9 Oct 2008, at 14:27, Mike Schrag wrote: The line "import er.extensions.ERXApplication;" is failing. (As is "import er.extensions.ERXSession;", and a few others.) Wonder 5 was refactored into subpackages, so these packages are no longer correct. Just Source=>Organize Imports on your proj

Aaargh, ERXApplication!

2008-10-09 Thread Thomas Worrall
Somehow I've buggered things up. The line "import er.extensions.ERXApplication;" is failing. (As is "import er.extensions.ERXSession;", and a few others.) This suggests I don't have Wonder installed properly. However, when I download the latest wonder frameworks from http://webobjects.mdime

MySQL and Generate SQL, and inline bindings problems

2008-10-05 Thread Thomas Worrall
red at all. Thanks for taking the time to help a WO newbie. I'll hopefully be able to show off my first major app soon! Thomas Worrall ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-

Relationship between three tables

2008-09-30 Thread Thomas Worrall
Forgive me if I'm missing something obvious: I'm fairly new to all this. I have three tables: Performance, Seat, Booking. Each booking has one seat, and one performance. So, I could add a couple of one-to-many relationships from Booking to the other two. But, each seat+performance combinati