Support

Home Forums Event Espresso Premium Sort dashboard by event date

Sort dashboard by event date

Posted: October 31, 2024 at 12:17 pm

Viewing 5 reply threads


weblinxinc

October 31, 2024 at 12:17 pm

Is it possible to sort the events dashboard by date on load?


weblinxinc

October 31, 2024 at 12:18 pm

To clarify, we know you can click the headings in the table, but we’d like the initial sort order to be by the events date.


weblinxinc

October 31, 2024 at 12:20 pm

A couple of additional questions from my client if you don’t mind, or I can open separate threads…

> If someone registers for an event and an account is created for them, will subsequent registrations with the same email address appear in that users account?

> While doing a test registration, I couldn’t find a way to go back to the Registration/Attendee Information screen after proceeding to payment options. I imagine someone might need to go back to correct a name misspelling or email address, etc. Is this possible?


Tony

  • Support Staff

November 1, 2024 at 7:40 am

Hi there,

Is it possible to sort the events dashboard by date on load?

Yes, its possible using a snippet like this:

https://gist.github.com/joshfeck/3ad962e282219f922021ebf55d6d79e2

That just sets the filters using the Query string for the menu item and as it stands orders ASC and only upcoming events.

From the above you’ll likely need something like:

'admin.php?page=espresso_events&orderby=Datetime.DTT_EVT_start&order=desc';

> If someone registers for an event and an account is created for them, will subsequent registrations with the same email address appear in that users account?

Only if using the same First Name, Last Name and Email, but yes.

Note for this to work they need the WP user integration add-on active.

> While doing a test registration, I couldn’t find a way to go back to the Registration/Attendee Information screen after proceeding to payment options. I imagine someone might need to go back to correct a name misspelling or email address, etc. Is this possible?

Not from Payment Options to Attendee info no, they would need to restart the registration currently.

However, the thank you page does have the option to edit the registrant date and a link can be included in the emails if needed.


weblinxinc

November 1, 2024 at 1:42 pm

Great, thanks for the info! One more related question, is there a filter on the “Overview” tab link as well? https://imgur.com/a/ardJdiM


Tony

  • Support Staff

November 1, 2024 at 3:25 pm

Not that I can see but I’ve asked one of our devs to double check.

Viewing 5 reply threads

You must be logged in to reply to this support post. Sign In or Register for an Account

Event Espresso