Posted: February 27, 2025 at 8:43 pm
The Multi Event Registration addon is not working as expected. Before update EE core and addons, I have below. Case 1: EE Core: 5.0.19.p Step to reproduce: Result: The single event will be added to the cart. However, only one of the selected tickets from the reoccurring event will be added to the cart, not both. Case 2: EE Core: 5.0.35.p Step to reproduce: Result: The single event will be added to the cart. None of the selected tickets from reoccurring events are added to the cart. If you need additional information, please let me know. Best, |
|
After debugging, because of both tickets from the reoccurring events are free tickets. the $total_line_item->recalculate_total_including_taxes() function on line 181 in EEH_Line_Item.helper.php is not called. After I forced it, the problem is resolved. Can this be fixed in the core? |
|
Although the second ticket is successsfully added to the cart, but the success message still says 2 items in the cart instead of 3. |
|
More information. line 941 in EEH_Line_Item.helper.php. I logged the $events_sub_total variable, and both tickets from the same reoccurring events returns different event ID. This is very odd. |
|
This only happens when I added a single event, then 2 tickets from reoccurring events. Does not happen if I directly add 2 tickets from reoccurring events starting with empty cart. |
|
Can confirm everything works now after I commend out line 958 – 969 in event-espresso/core/db_classes/EE_Line_Item.class.php in EE 5.0.19.p. Which is line 1012-1024 in most recent version 5.0.36.rc.000. Can anyone look into this? |
|
The support post ‘Bug Report’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.