Sold Out Event Form Missing

Home Forums Calendar Products Events Calendar PRO Sold Out Event Form Missing

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #1580858
    wineschool
    Participant

    I’m having the same issue that was reported here:

    Ticket form not displaying when tickets are sold out

    When an event is sold out, the Event Form is missing. Prior to the last update, the form would show the event as sold out.

    ========================
    PLEASE LEAVE FOR SUPPORT
    Reporting the same issue as: https://theeventscalendar.com/support/forums/topic/ticket-form-not-displaying-when-tickets-are-sold-out/

    #1582143

    Hi Keith,

    Thanks so much for reaching out!

    As a first troubleshooting step, could you please provide us with your complete system information in a private reply using the instructions found in the following link?

    https://theeventscalendar.com/knowledgebase/sharing-sys-info/

    Let me know if you have any other questions in the meantime!

     

    Thanks,

    Jaime

    #1590711
    wineschool
    Participant

    This reply is private.

    #1590979

    Hi Keith,

    Thanks for providing me with this information.

    Can you also provide me with some screenshots of how the ticket looks on the backend, so that I can try to replicate the issue that you are seeing?

    Let me know if you have any other questions in the meantime!

     

    Thanks,

    Jaime

    #1591280
    wineschool
    Participant

    This reply is private.

    #1591791

    Hi Keith,

    Thanks for providing me with that information.

    Unfortunately, I could reproduce the same issue on my end. I have logged a bug report for this so it can be addressed in one of our next maintenance releases of our plugins.

    I will set this thread’s status as “Pending fix” and link it to the report. This way, we will notify you once a fix is released.

    We apologize for the inconvenience and we appreciate your patience while we work on this.

    Please let me know if you have any other questions in the meantime!

     

    Thanks,

    Jaime

    #1599572
    wineschool
    Participant

    Jaime,

    Is their a bug report that is accessible to the public. I looked at https://github.com/moderntribe/event-tickets and didn’t see this issue being addressed.

    Keith

    #1599684

    Hi Keith,

    This issue is being addressed within Event Ticket Plus, which is why you are not seeing it there.

    Let me know if you have any other questions in the meantime!

     

    Thanks,

    Jaime

    #1603462
    wineschool
    Participant

    I just updated to the new version, and the problem has not been addressed.

    #1603862

    That is correct.  This issue did not make it into the most recent maintenance release unfortunately.

    When this issue has been addressed in an update, we will notify this thread.

    Let me know if you have any other questions in the meantime!

     

    Thanks,

    Jaime

    #1619814
    wineschool
    Participant

    Jamie,

    Just got the updates. The events are now correctly showing they are sold out. Thank you!

    I have a few follow-up questions.

    The way to change “Out of Stock” to “Sold out” must have changed. Is there a new way to do that within functions.php? Also, I had code that showed if an event was “Sold Out” on the calendar. That is no longer working either. https://www.vinology.com/classes/

    Any help would be greatly appreciated!

    #1623772
    wineschool
    Participant

    It’s been a week and haven’t gotten a reply. Could someone answer my question?

    The way to change “Out of Stock” to “Sold out” must have changed. Is there a new way to do that within functions.php? Also, I had code that showed if an event was “Sold Out” on the calendar. That is no longer working either. https://www.vinology.com/classes/

    #1634993
    Barry
    Member

    This reply is private.

    #1634998
    Barry
    Member

    The way to change “Out of Stock” to “Sold out” must have changed.

    I’m not sure quite how you did this previously, but there are a few options.

    Perhaps the easiest is to utilize a plugin such as Say What, which makes it extremely easy to alter pieces of text like this one.

    Alternatively, you could implement a template override. In this case, that would mean copying the following template:

    plugins/event-tickets-plus/src/views/wootickets/tickets.php

    Then placing the copy within your theme directory:

    themes/YOUR_THEME/tribe-events/wootickets/tickets.php

    Then changing this line:

    echo '<span class="tickets_nostock">' . esc_html__( 'Out of stock!', 'event-tickets-plus' ) . '</span>';

    To something like this:

    echo '<span class="tickets_nostock"> Sold out </span>';

    I hope that helps with that particular part of your follow-up question, but let me know if you need further assistance.

    #1635002
    Barry
    Member

    In relation to your other question re month view/sold out notices, it looks like Jeremy is working on a solution over here, so you’re in safe hands.

Viewing 15 posts - 1 through 15 (of 16 total)
  • The topic ‘Sold Out Event Form Missing’ is closed to new replies.