Support

Home Forums Event Espresso Premium Batch Print tickets or barcodes

Batch Print tickets or barcodes

Posted: February 26, 2015 at 6:59 pm

Viewing 3 reply threads


utahhockey

February 26, 2015 at 6:59 pm

Looking to have a “print all” button for tickets. This would allow us to provide paper tickets as a service. Might this be possible?

We are thinking of having customer’s tickets printed on badges like this; https://www.ticketprinting.com/Event-Badges/

In order to do so, I need to be able to dump the data for the printer. This would allow names & barcodes to be printed and handed out upon checkin.


Dean

February 27, 2015 at 2:29 am

Hi,

This is a nice idea, and might be achievable through a custom coded plugin, but it is not built into Event Espresso by default.


utahhockey

February 27, 2015 at 12:30 pm

Dean,

How would we go about building this plugin? My associate Andrew has the skill set and the know how to do this, can you provide a list of the tables we would need to access to do so?


Dean

March 3, 2015 at 1:22 am

Hi AJ,

Sorry for the delay in getting back to you.

It won’t just be about accessing tables, though several will likely be needed. The issue would be that the tickets are dynamically generated.

I would look at the Ticketing Addon as a whole and also at:

/wp-content/plugins/event-espresso-core-reg/core/db_classes/EE_Ticket_Template.class.php
/wp-content/plugins/event-espresso-core-reg/core/db_models/EEM_Ticket.model.php
/wp-content/plugins/event-espresso-core-reg/core/db_models/EEM_Ticket_Price.model.php
/wp-content/plugins/event-espresso-core-reg/core/db_models/EEM_Ticket_Template.model.php

There are likely other files as well that I have missed. The plugin uses DOM PDF to generate the PDF but you would probably need to do something simpler/different to achieve your goals.

Viewing 3 reply threads

The support post ‘Batch Print tickets or barcodes’ 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