Hi, simple question. i have EE4 with printable ticket addon and Ticketing addon. When a ticket is purchase, i receive an email with a link to print my ticket. This link redirect to webpage. webpage is not a solution for me, i need a pdf file or a button to print this ticket. how i can achieve this?
Currently it is not possible to save the ticket to a PDF, however the user can print the ticket from within the browse. Currently there is no button within the ticket they can click by default, but you can add one to the template if you prefer, something like this:
<input type="button" class="noPrint" onclick="window.print()" value="Print this ticket" />
The support post ‘pdf printable ticket’ 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.