Customizing Ticket Templates ============================ .. note:: This article refers to TouchPoint's Ticketing platform. See the :doc:`TicketingInTouchPoint` help article for more information. You can create tickets and then customize the code to create different versions for various events and venues. To add the code for the default Ticket Template, navigate to `Administration > Special Content > Text`. Create a file named ``TicketTemplate``, paste the code below, then click `Save`. .. tip:: You may find it helpful to create a ticket in the `Special Content > HTML Content` tab using the WYSIWYG editor, so you can view the resulting image. You must then copy the source code into a Text file in order for it to work with Ticketing. Default TicketTemplate Code --------------------------- .. code-block:: html :linenos:

{ticketlabel}

{church}
{eventname}
{eventdate}
{venue}
{eventdate}
  Section: {section} {seatlabel}
Sample Ticket Template ---------------------- .. figure:: https://i.tpsdb.com/TicketTemplateGeneric.jpg :target: # .. figure:: https://i.tpsdb.com/TicketSample.jpg :target: # | Create other templates based on the default TicketTemplate code. Save with unique names. Designate which ticket template you are using on the `Registration > Registration` subtab of a Ticketing Involvement in the `Advanced Setup` section by typing in the exact name of the Text file. Email Replacement Codes available for tickets --------------------------------------------- - {church} Church Name - {venue} Venue Name - {section} Section - {row} Row - {seat} Seat - {ticketlabel} Meeting ID - Section - Row - Seat - {seatlabel} Section - Row - Seat - {eventname} Involvement Name - {eventdate} Meeting Date & Time - {eventday} Meeting Day of Week - {MeetingDateTime} Meeting Date & Time - {barcode} Barcode - {qrcode} QR Code - {ordernumber} Order number for the purchase .. seealso:: | :doc:`TicketingSetup` | :doc:`TicketingEventManager` | :doc:`TicketingReport` | | +--------------------+------------------+ | **Latest Update** | **9/23/2022** | +--------------------+------------------+ Added replacement codes