Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 MER: Attendee editing reg info during check removes all but 1 event from cart | Event Espresso - Staging Server
I’m not exactly sure how I want to set things up so I’m testing things out at this point.
4 events (MER installed), registrant can add multiple events to the cart (including the purchase for additional attendees). During the checkout process, if I choose to update my registration information I loose all cart items except for 1 event.
open event (will most likely set it up as members only
display reg: N
additional attendee reg required: Y
I’m using the standard event-registration with no customization (this will change, just want to get the process nailed down before I start customizing)
I apologize for this. It’s something we didn’t catch in testing when the Edit Registrant information was added. What it’s doing is taking the registrant to a page where they edit their registration for only of the events, then takes them on a path that’s not on the Multi Event Registration so even though the other events are still saved in the session, they will only be checking out for one of the events.
I’ll raise a ticket with the dev team. In the meantime, my advice would be to hide that second like with CSS or comment it out in the function. If they click the Edit cart link, it will let them go back to the cart, then they can go forward from there and edit their details.
If you add these two style rules to your custom stylesheet, it will hide that link:
.espresso_payment_overview p.event_espresso_refresh_total a {
display:none;}
.espresso_payment_overview p.event_espresso_refresh_total a:nth-child(1){
display:block;}
Viewing 1 reply thread
The support post ‘MER: Attendee editing reg info during check removes all but 1 event from cart’ 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.