The registration fields will show when you edit the product associated with a paid event, but the fields do not show on the (paid) event node's page when you open the edit, e.g.:

It would really help if either the Registration fields showed inline on the Event node's edit form or there was some other way of easily accessing them.

Comments

rootwork’s picture

Yeah, 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.

japerry’s picture

StatusFileSize
new193.83 KB

In 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: reg_demo

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!

rootwork’s picture

Component: Code » Documentation
Category: feature » task

Awesome! 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.

jyee’s picture

japerry’s picture

Need to convert to Ticket module.

japerry’s picture

Status: Active » Needs work

The 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.

jyee’s picture

Status: Needs work » Fixed

This 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).

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.