Support

Home Forums Ticketing Add-on Bug Found, Ticket Doesn't Display Start and End Date/Time

Bug Found, Ticket Doesn't Display Start and End Date/Time

Posted: December 1, 2012 at 1:47 am


cstuckey

December 1, 2012 at 1:47 am

On the latest version of the Espresso Ticketing plugin the ticket will not display the start and end times for the event. I have also found the cause and fix for this. In the espresso-ticketing plugin, in functions.php (line 347 to 350) you currently list the short codes as follows:

event_date_display($data->attendee->start_date), event_date_display($data->attendee->event_time, get_option(‘time_format’)), event_date_display($data->attendee->end_date), event_date_display($data->attendee->end_time, get_option(‘time_format’)),

It should be changed to:

//Dates event_date_display($data->event->start_date), event_date_display($data->event->event_time, get_option(‘time_format’)), event_date_display($data->event->end_date), event_date_display($data->event->end_time, get_option(‘time_format’)),

  • This topic was modified 11 years, 5 months ago by  cstuckey.
  • This topic was modified 11 years, 5 months ago by  cstuckey.


Dean

December 3, 2012 at 5:01 am

Thanks! I will pass that onto the devs to look into.

The support post ‘Bug Found, Ticket Doesn't Display Start and End Date/Time’ 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