• Resolved abuzon

    (@abuzon)


    Hello,
    My client has info for Zoom that we don’t want showing publicly – just want it to show in the RSVP confirmation email. If I add it into Tickets > Advanced > Description – the info put there doesn’t show up in the email. I first tried it with “Show description on front end ticket form.” but then it still showed on the public page and didn’t come through in the email confirmation.

    I already have email.php copied over into the child theme for a separate purpose, so if there’s a little blob of code I can drop in there to show the Ticket Description, that’d be awesome! Is it “ticket_description”?
    <?php echo $ticket['ticket_description']; ?>
    ?

    Or if there’s any other way to include information in the Confirmation email without publicly displaying it, whatever’s clever.
    Thank you!

    • This topic was modified 4 years, 6 months ago by abuzon. Reason: forgot to change _name to _description
  • The topic ‘Ticket Description not appearing in RSVP Confirmation Email’ is closed to new replies.