Is there a way to (presumably using rules) to redirect to the registration page (registration/%) upon checkout completion?

I can't figure out how to traverse from order to registration entity.

Comments

AaronBauman’s picture

I stumbled upon using "fetch entity by property id" to load Registration(s) by order id property.

Is this the preferred way to go about it, or is there a better way?

gcb’s picture

Category: Support request » Feature request

We don't have a cleaner solution. It might be reasonable to have a default (disabled) rule that does this to make it easier, but there's some ambiguity since a cart can easily contain multiple registrations, even to different events.