We have had a number of registrations for our event but when I look at the event overview (& event registrations, we can’t see these registrations). However, we can see the registrations if we click on the “Event Espresso” > “Registrations” from the tab at the top of the screen.
The count shown on the event admin list table only includes registrations with the “Approved” registration status. So if the registrations for that event are Pending Payment or some other status, they’re not included in the count there.
If you click on the zero, it will take you to the list of registrations for that event.
In this case, there’s likely some confusion because you have two events with exactly the same name and date. So you may be viewing the list of registrations for Event with ID 5713, and Event with ID 6959 (which has the same name) may not have any registrations yet.
If you click on the 0 it should list the registrations for that event, do you see them there?
If you click on the event name shown on the event column, have you confirmed that it goes to the correct Event?
For example, if you click on the event name shown for registrations 2439 in your registrations screenshot, does it load the event with ID 6959? (Look in the query string and it’ll have &post=xxxx, is that &post=6959?)
Those values are pulled directly from the DB using a query like this:
SELECT COUNT(Registration.REG_ID) FROM wp_esp_registration AS Registration WHERE Registration.REG_deleted = 0 AND Registration.EVT_ID = XX AND Registration.STS_ID = 'RAP'
Meaning as long as the EVT_ID set on the registration is correct those values should be correct.
The support post ‘Event registrations not appearing on event summary’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.