Support

Home Forums Event Espresso Premium MER: Attendee editing reg info during check removes all but 1 event from cart

MER: Attendee editing reg info during check removes all but 1 event from cart

Posted: February 7, 2013 at 10:27 am


Jon Burns

February 7, 2013 at 10:27 am

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)


Josh

  • Support Staff

February 8, 2013 at 7:15 pm

Hi Jon,

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;}

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.

Event Espresso