List upcoming events only if they have tickets

WordPress Event Management, Calendars & Registration Forums General Question List upcoming events only if they have tickets

This topic contains 1 reply, has 2 voices, and was last updated by  Stephen Harris 6 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28925

    I am trying to present a list to my users of events they could RSVP/book. I am currently using [eo_events] shortcode in a page. I don’t see where I could filter the shortcode by existence of tickets.

    Any suggestions?

    Andrew MacKenzie
    #28954

    You can’t unfortunately, but you could edit the shortcode template file and skip events if they have no tickets remaining:

     if ( eo_get_remaining_tickets_count( get_the_ID(), eo_get_the_occurrence_id() ) < 1 ){
         continue;
     }
    
    Stephen Harris
Viewing 2 posts - 1 through 2 (of 2 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.