Support

Home Forums Event Espresso Premium What php files are responsible for the ticket printout?

What php files are responsible for the ticket printout?

Posted: April 12, 2019 at 12:28 pm

Viewing 1 reply thread


ICLE

April 12, 2019 at 12:28 pm

I need to act on the text that is not directly editable in the ticket template editor. These are blocks outside of the normal editor which only show up in printouts.

I would like to move the text that is in the header to the footer, and remove the border and remove the URL which appears in the footer. This is the outside part of the “print” layout.


Josh

  • Support Staff

April 12, 2019 at 12:44 pm

The border is controlled by CSS so an inline style can be added to the template, like this:

<style>@media print{.ticket{border:none;}}</style>

I would like to move the text that is in the header to the footer

May I ask which text is that?

and remove the URL which appears in the footer

I think that’s added by the browser and can be changed in your browser print settings.

Viewing 1 reply thread

The support post ‘What php files are responsible for the ticket printout?’ 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.

Event Espresso