Closed (fixed)
Project:
Conference Organizing Distribution Support Modules
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Nov 2012 at 19:36 UTC
Updated:
17 Jun 2014 at 13:50 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
rootworkYeah, I didn't even realize there were fields that could be configured at first, because it just said "Registration:" with no fields or further information. So I think something is amiss here with the paid events.
Comment #2
japerryIn order for registrations to work, they need to be attached as a field to the product type. Without it, registrations don't exist.
With commerce_registration and the registration module, its not very intuitive howto setup registrations, which is leading to frustration and confusion. But once you link a registration to a product type, you should be able to add a product to a cart, checkout, fill out registration details, and purchase a registration.
I'd like to see a better architecture, tied to the event, instead of products. It'd also be nice to have an admin screen like this:
We're working on a blog post about this issue, and its risen to be the top priority for COD at the moment. stay tuned!
Comment #3
rootworkAwesome! Yeah if the above was in documentation somewhere, that would be a huge help. If I could be so bold, then, I think I'll change this to a documentation issue.
Comment #4
jyee commentedComment #5
japerryNeed to convert to Ticket module.
Comment #6
japerryThe initial work on cod_paid_events will allow a user to check out a ticket. Still need to get a link between the ticket being purchased and the order itself.
Comment #7
jyee commentedThis should be fixed in the latest dev version of cod_paid_events. Ticket module handles the registration, then passes off to commerce. When commerce is done it writes an entityreference field value back to the ticket registration. The order is visible on the event's ticket registration admin pages and the ticket registrations are visible from a tab on the commerce order (assuming order_ui is enabled).