Displaying tickets remaining not working

Home Forums Ticket Products Event Tickets Plus Displaying tickets remaining not working

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1041052
    Emiliano Pasini
    Participant

    Hi! The following script is not working any more with the new Wootickets update ( Version 3.12.1 )

    It was working before under month.php, where should I place it now??

    <?php if ( tribe_events_has_soldout() ): ?>
    <span class=”tickets-sold-out”>
    Sold out!
    </span>
    <?php elseif ( tribe_events_has_tickets() ): ?>
    <span class=”tickets-in-stock”>
    On sale!
    </span>
    <?php endif ?>

    Many thanks!
    Emiliano

    #1041096
    Emiliano Pasini
    Participant

    Hi, I just find the way of making this work, Thanks!

    #1041411
    Brian
    Member

    I am glad to see you were able to figure it out.

    I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Displaying tickets remaining not working’ is closed to new replies.