Monday, May 18, 2020
1 change · master
Code cleanup and technical improvements
Event ticket registrations are now created together at key points such as checkout, sales order confirmation, and registration editing. This makes the process more reliable and easier to extend for future CRM and event synchronization automation.
Original PR description
PURPOSE
Create event registrations in batch. It will allow to customize group-creation of
registrations, notably with automated rules for crm / event synchronization.
SPECIFICATIONS
Find where registrations are created, and
* either remove registration creation (cart update)
* either make it in batch (buying tickets in front-end, using the registration
editor)
LINKS
Task ID 2258685
Prepare Task ID 2166679 (create leads from registrations)
PR #51341