Tickets not appearing as checked in using iOS app

Home Forums Ticket Products Event Tickets Plus Tickets not appearing as checked in using iOS app

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1586284
    lindsayhanna17
    Participant

    ========================
    PLEASE LEAVE FOR SUPPORT
    Reporting the same issue as: https://theeventscalendar.com/support/forums/topic/check-in-will-not-save/

    I am actually having the same issue. I just downloaded the iOS app and tried scanning in my tickets. The app tells me they were scanned and attempting to scan a second time reports that they have already been checked in but it is not showing the ticket as checked in in either the front or backend lists.

    It hasn’t quite been an hour yet, but we were hoping it would show immediately. Is that the case or will there typically be a wait time?

    ========================
    PLEASE LEAVE FOR SUPPORT
    Reporting the same issue as: https://theeventscalendar.com/support/forums/topic/check-in-will-not-save/

    #1587524
    Andras
    Keymaster

    Hi Lindsay,

    Thanks for reaching out to us!

    I’m sorry to hear about this issue with the check in.

    We did have a bug that produced this; when an attendee was checked in it didn’t immediately show on the back-end. This was fixed about 2 months ago.

    The issue comes from some transients not being cleared out on time.

    What you can try is to add the following snippet to your (child) theme’s functions.php file:

    [code language=”php”]
    add_filter( ‘tribe_tickets_attendees_admin_expire’, ‘custom_tickets_attendees_expire’ );
    add_filter( ‘tribe_tickets_attendees_expire’, ‘custom_tickets_attendees_expire’ );

    function custom_tickets_attendees_expire () {
    // number of seconds
    return 10;
    }
    [/code]

    Let me know if that does the trick.

    Cheers,
    Andras

    #1587535
    lindsayhanna17
    Participant

    Yes, that did the trick!

    Thanks so much.

    #1588309
    Andras
    Keymaster

    You’re welcome, happy to hear it works!

    Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please create a new ticket and we’ll be happy to help.

    Cheers,
    Andras

    PS: We’d be grateful if you would give us feedback on your satisfaction with support. Just click on one of the classy looking emojis below. 🙂 If you can spare a few words, that’s even better. Thanks!

    PS2: If you like our plugins, and you didn’t yet do so 🙂 we would also be happy to receive a review in the wordpress.org repository. Much appreciated!
    https://wordpress.org/support/view/plugin-reviews/the-events-calendar/
    https://wordpress.org/support/view/plugin-reviews/event-tickets/

     

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Tickets not appearing as checked in using iOS app’ is closed to new replies.