Paypal Orders not showing up in Attendee list

Home Forums Ticket Products Event Tickets Plus Paypal Orders not showing up in Attendee list

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1515749

    I have an event in which the Paypal orders show the list of attendees but the attendee list is blank.

    #1516770

    Hi Deneen,

    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 anything else comes up in the meantime!

     

    Thanks,

    Jaime

    #1530231

    This reply is private.

    #1530635

    Hi Deneen,

    Thanks for providing me with that information.

    Can you try adding the following snippet to your theme’s functions.php file and let me know if your attendees show up?

    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 () {
    return 0;
    }

    Let me know how that goes!

    Thanks,
    Jaime

    #1531217

    This reply is private.

    #1531458

    Glad we could help, you are welcome back in our support forums any time!

    Since you marked this thread as Resolved, I am going to close this thread.

    Have a great week!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Paypal Orders not showing up in Attendee list’ is closed to new replies.