Selling tickets based on a CCK date field

Hello folks,
I'm trying to work out a way to sell tickets to events in our calendar product. The idea would be that each event is also an ubercart product type. I'm using a cck date field to denote the event dates. Ideally we want to have this working so that a user could visit the event page, and purchase a ticket for a specific date as defined by this cck date field. The other caveat is that this needs to be automated, Requiring that a person enter in a new product for every date occurrence is just unfeasible in in this application.

Does anyone have any recommendations or best practices to accomplish this?

Login to post comments

Check out uc_signup + signup

dww - Fri, 2009-09-25 19:31

I'd suggest taking a close look at this pair of modules:

http://drupal.org/project/signup
http://drupal.org/project/uc_signup

Cheers,
-Derek