Is it possible to show a link to all of the ticket types purchased for an event on the confirmation page? We would like the user to be able to print these immediately instead of solely relying on the email.
Also, is it possible to change the output text of the [ticket_link] shortcode? We want it to only display the URL and not the name.
You’d likely build a custom ticket ticket template tag to accomplish this, and information on where you’d place the code (along with some example code) can be found in this related thread:
Does this code work with Multiple Events Registration? This seems to only work with a single ticket type, but not all ticket types that were purchased. For example, if 2 adult tickets and 2 child tickets were purchased, there is only a single link for the 2 adult tickets.
In order to make this work with Multi Event Registration you will need to loop through each attendee. The following gist has some example code that shows one way to do this:
The [ticket_type] shortcode is only available for use in the email templates. Instead, you can alter the query I showed you earlier so that when it loops through each registration in the session it also has the ticket type. Example code follows:
The support post ‘Display Links to All Tickets Purchased on Confirmation Page’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.