I need to add a couple of paragraphs to the ticket email (the one that comes through with the QR code). Based on another discussion I found on the support forum, I looked in src/Tribe/Commerce/WooCommerce/Email.php. I don’t know much PHP, but I can tell there’s not really any HTML in there.
Searching through the files, I found src/Tribe/Meta/Render.php, which looks like it’s generating some of the HTML used in the email. I tried adding my static text in the table starting on line 86, but it didn’t come through in the next email test.
If someone can tell me what file (and a line number if you can, haha) where I can add this, I would really appreciate it. I just need to drop in some static text… I really thought this was going to be easy, but I’ve been spinning my wheels on this for about 3 hours.