Custom ticket fields – Attendee information

Home Forums Ticket Products Event Tickets Plus Custom ticket fields – Attendee information

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #1151871
    Jayson Cote
    Participant

    @gergana – The line Display TEC ticket meta field value on the order admin page, is just a comment describing the action for the code snippet. You can use the same code snippet to have the attendee ticket info displayed in other areas, by calling the function with a different hook or filter. Examples:

    To display on the Woocommerce Admin order screen
    add_action( 'woocommerce_admin_order_data_after_shipping_address', 'replace_with_your_function_name', 10, 1 );
    To display in order email notifications
    add_action( 'woocommerce_email_customer_details', 'replace_with_your_function_name' );

    #1156273
    Josh
    Participant

    Hey Jayson,

    We truly appreciate you sharing this information here! Very awesome!

    It looks like there hasn’t been any activity in here for a few days so we’ll go ahead and close this thread for now. Michael, if you have any further questions on this topic as well as any other support related questions, please don’t hesitate to open a new thread.

    Thanks!

Viewing 2 posts - 16 through 17 (of 17 total)
  • The topic ‘Custom ticket fields – Attendee information’ is closed to new replies.