• The link is a screen grab of /my-account/my-tickets/

    It’s a table the extension provides that is supposed to show your ticket list. What the first column needs to show is the ticket HOLDER, the names of the people. It shows these in the Orders section. No one needs to know it is a Ticket (or a Pass) over and over and over again, of course it is.

    The offending file is my-tickets.php line 51

    get_permalink() ); ?>”><?php echo esc_html( $product->get_title() ); ?>

    where the $product->get_title (and its link, but not necessary)

    should instead get the ticket First Name & Last Name

    but I sure cannot figure out where it is stored or how to call it. I looked through the DB, every other file that I could find, but nothing worked.

    What’s the best move here? Thanks

    • This topic was modified 3 years, 2 months ago by skinner009.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Box Office bug, one line of code, any ideas how to solve?’ is closed to new replies.