Scratching the itch
Event registration integration (46 replies) Mon, 11/05/2007 - 10:48
- Multiple Events same Form (02/11/2010 - 12:13)
- Signup integration (09/22/2008 - 22:43)
- uc_cart error (07/03/2008 - 04:35)
- Re: uc_cart error (07/03/2008 - 15:47)
- Re: Re: uc_cart error (07/10/2008 - 23:26)
- Re: Re: uc_cart error (07/04/2008 - 16:48)
- Re: uc_cart error (07/03/2008 - 15:47)
- uc_event (06/24/2008 - 22:42)
- Re: uc_event (06/26/2008 - 15:46)
- Re: Re: uc_event (06/26/2008 - 22:44)
- Re: uc_event (06/26/2008 - 15:46)
- $1000 Bounty for Enhancement (06/08/2008 - 14:46)
- Status on event integration (06/09/2008 - 12:05)
- uc_event (06/09/2008 - 14:16)
- Re: uc_event (06/09/2008 - 18:22)
- Re: Re: uc_event (06/09/2008 - 19:20)
- Help offered (06/10/2008 - 06:18)
- Re: Re: uc_event (06/09/2008 - 19:20)
- Re: uc_event (06/09/2008 - 18:22)
- uc_event (06/09/2008 - 14:16)
- Status on event integration (06/09/2008 - 12:05)
- Re: Event registration integration (05/19/2008 - 15:09)
- uc_event (06/05/2008 - 02:02)
- posted anywhere? (06/18/2008 - 13:23)
- Re: uc_event (06/17/2008 - 10:17)
- Wow!
It looks really good so (06/05/2008 - 15:49)
- Hi Katrina (06/05/2008 - 16:51)
- Re: Hi Katrina (06/05/2008 - 17:58)
- Re: Re: Hi Katrina (06/08/2008 - 11:10)
- Re: Hi Katrina (06/05/2008 - 17:58)
- Hi Katrina (06/05/2008 - 16:51)
- uc_event (06/05/2008 - 02:02)
- Re: Event registration integration (05/06/2008 - 19:24)
- Re: Re: Event registration integration (05/07/2008 - 21:53)
- Re: Event registration integration (04/19/2008 - 00:31)
- Re: Re: Event registration integration (04/30/2008 - 20:00)
- Kind of on topic... I was (06/14/2008 - 07:06)
- sounds great NewZeal any (04/23/2008 - 08:07)
- Re: Re: Event registration integration (04/30/2008 - 20:00)
- Signup and Paypal (12/29/2007 - 11:21)
- Multiple Event Tickets (12/29/2007 - 18:11)
- Re: Multiple Event Tickets (02/11/2008 - 08:58)
- Scratching the itch (02/29/2008 - 08:37)
- This functionality would be great (03/12/2008 - 03:46)
- Code (03/12/2008 - 07:08)
- Thanks Drayen I am hoping to (03/13/2008 - 03:14)
- drayen,
Do you plan on (03/12/2008 - 23:55)
- Re: drayen, Do you plan on (03/13/2008 - 02:32)
- Code (03/12/2008 - 07:08)
- Re: Scratching the itch (02/29/2008 - 14:46)
- This functionality would be great (03/12/2008 - 03:46)
- Re: Re: Multiple Event Tickets (02/13/2008 - 10:22)
- Re: Re: Re: Multiple Event Tickets (02/20/2008 - 18:56)
- Re: Re: Re: Re: Multiple Event Tickets (02/21/2008 - 04:21)
- Re: Re: Re: Multiple Event Tickets (02/20/2008 - 18:56)
- Scratching the itch (02/29/2008 - 08:37)
- Re: Multiple Event Tickets (02/11/2008 - 08:58)
- Multiple Event Tickets (12/29/2007 - 18:11)
- Re: Event registration integration (12/08/2007 - 18:22)
- How did you get on (06/10/2008 - 06:22)
- Ubercart + Event Registration (12/06/2007 - 19:04)
- Re: Event registration integration (11/12/2007 - 10:41)

So i'm just getting on with it.
Part 1. Email Address validation for attributes : http://www.ubercart.org/contrib/3477
Part 2. uc_ticket module, comprises of a large cron hook which
* - searches past ticket purchases which are pending
* - each email address (attribute) is compared against user list
* - if exists, add a role based on the product model
* - else create the user and add role
* - custom email based on tickets CCK text fields
Its all very specific to this implementation and has no GUI, but to a fellow programmer it should be clear what i'm doing and why (and therefore easy to customize to your implementation).
Its not quite finished yet, there are a few issues to work out (http://www.ubercart.org/forum/development/3479/update_cart_item_hook_qua... - may just hide the column with CSS) and a few extra bits of validation to write into the ticket module (e.g. cant buy a ticket for someone who already has one) - but its well on the way.