Support

Home Forums Events Calendar Add-on Events Calendar – Sold Out Events

Events Calendar – Sold Out Events

Posted: September 4, 2014 at 1:52 pm

Viewing 2 reply threads


Frank Knippenberg

September 4, 2014 at 1:52 pm

Is there a way from keeping events that sell out from automatically disappearing from the calendar? I know you can go back in and republish to have it appear but every time an event sells out we get inquiries as to wether or not it has been cancelled and then we need to go republish it- way to much babysitting…

Please advise


Josh

  • Support Staff

September 4, 2014 at 4:55 pm

Hi Frank,
There’s a ticket for this issue that the dev team will hash out. In the meantime, there’s a temporary fix that can be applied to the calendar add-on’s EED_Espresso_Calendar.module.php file on line 401.

Where it currently has:

$where_params['Event.status'] = 'publish';

it can be changed to this:

$where['Event.status'] = array( 'NOT IN', array('trash', 'draft', 'auto-draft') );

Hope that helps!


Lorenzo Orlando Caum

  • Support Staff

November 3, 2015 at 6:29 pm

Hi Frank,

I saw this support post while researching another issue. The current version of Event Espresso 4 along with the Events Calendar will continue to show sold out events instead of un-publishing them.

Thanks


Lorenzo

Viewing 2 reply threads

The support post ‘Events Calendar – Sold Out Events’ 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