• I’d like users to be able to search for only events that still have available spaces to book. Any way to include >0 Available Spaces in the search parameters in the events-search.php template?

Viewing 1 replies (of 1 total)
  • yes you can include that condition in events-search.php template and probably try this if ($EM_Event->get_bookings()->get_available_spaces() > 0 )

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Events Manager] Modifying events-search.php template to show only events with available spa’ is closed to new replies.