• Resolved mzamri

    (@mzamri)


    Hi

    I purchased Premium and did the secondary template. I am trying to display the additional data from Events Ticket Plus where it generates the Ticket_ID for the “event” or product purchased.

    I used the following however it is not showing the data, Do I need to add anything else to call it out?

    <td>
    <?php esc_html_e( ‘Your Number #’, ‘event-tickets’ ); ?></h6>
    <span style=”color:#0a0a0e !important; font-family: ‘Helvetica Neue’, Helvetica, sans-serif; font-size:15px;”><?php echo $ticket[‘ticket_id’]; ?></span>
    </td>

Viewing 1 replies (of 1 total)
  • Plugin Author Bas Elbers

    (@baaaaas)

    Hi,

    When you are on 2.9.9 you can use the filter displayed in the FAQ.

    How do you get the ticket ID? Is it a post meta? If so, use below code.

    WPI()->get_meta( $order, 'ticket_id' );

    BTW. You can use the contact form on our website, since you are a premium user. I will close this topic.

Viewing 1 replies (of 1 total)
  • The topic ‘Premium User – Need to Add PDF with Third Party Plugin Meta Data’ is closed to new replies.