Theming Ticket Email
-
I have the latest Event Tickets installed and email.php duplicated in my theme/tribe-events/tickets/.
I want to add the ticket description to the ticket email. Tried retrieving it with $ticket[‘ticket_description’] and does not appear to exist. I noticed in the comments:
* This file is being included in events/lib/tickets/Tickets.php * in the function generate_tickets_email_content. That function has a $tickets * array with elements that have this fields: * $tickets[] = array( 'event_id', * 'ticket_name' * 'holder_name' * 'order_id' * 'ticket_id' * 'security_code')
So, where might I find the creation of the $tickets array to add ticket description? This path seems to be incorrect: events/lib/tickets/Tickets.php
Thanks in advance for your guidance.
Merv
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Theming Ticket Email’ is closed to new replies.