I would like to create an event registration workflow that look like this:

  1. Register for the event
  2. Select options that pertain to the event -- These options will represent different costs for the event - So the total price of the event will depend on what options a user selects
  3. Click the add registration to cart button
  4. Go through the checkout process and pay for the event.

I saw the following ideas that may work:
https://www.drupal.org/node/2704965
https://www.drupal.org/node/2659186
https://www.drupal.org/node/2559229

I would love some advice on how to implement this idea - Has anyone sucessfully done something like it? Any pointers for sending me in the right direction?

Thanks

Comments

andyanderso created an issue. See original summary.

gcb’s picture

Status: Active » Fixed

Add fields to your registration type to represent your questions. Implement "hook_registration_commerce_calculate_price()" to set a price for the associated line item.

Status: Fixed » Closed (fixed)

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