How to get the ticket title?

Home Forums Ticket Products Event Tickets Plus How to get the ticket title?

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #1136950
    James
    Participant

    That doesn’t work, it throws up an internal server error. I tried the below bit myself as well inspired by the sort of thing you did but it didn’t work. Any ideas please? We will get there eventually!

    $tickets = $main->get_tickets( $event_id );
    
    $ticket_title = $tickets->name;
    #1137399
    Cliff
    Member

    James, if you have a really old version of PHP, you might try it in this format instead:

    $first_ticket = current( $individual_tickets );
    $first_ticket_name = $first_ticket->name;

    Other than that, I’m going to have to refer back to my previous message about not being able to do your code customizations for you — and that you can reference our List of Customizers (link in previous reply) if you need additional help.

    I really do hope you get things working as you want them to.

    #1143388
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 16 through 18 (of 18 total)
  • The topic ‘How to get the ticket title?’ is closed to new replies.