Layouts.

New templates can be added and existing ones can be edited at any time. 


E-mail Layouts


There are several different e-mails that are sent from the system, both automatic (e.g. confirmation for online purchases) and manually (receipt or reservation confirmations sent from box office). All these e-mails can be created and edited directly from box office in the e-mail layout module which can be found under Administration - Layouts - Emails

Image_2020-10-29_kl._21.35.04.png


Edit e-mail template


To edit a e-mail template, press the row for it or use Actions/Edit.

  • Name: Template name (only visible internally).
  • Description: Internal template description.
  • Sender (E-mail): Sender of the e-mail. Defaulted to info@tix.uk but can be changed to a dedicated one using a sub domain and assistance from Tix Support.
  • Sender (Name): Sender name of the e-mail. 
  • Reply to (E-mail): The e-mail address that the recipient will reply to if they should do so.
  • Reply to (Name): The name that the recipient will reply to if they should do so.
  • Category: Associated category (shall not be changed).
  • Type: Message type (cannot be changed).
    • Online: E-mail for online sales. Sent automatically when a customer finish a purchase. 
    • BoxOfficeConfirmation: E-mail sent manually from box office. to customers that have sold orders.
    • BoxOfficeReservation: E-mail sent manually from box office to the customer that holds a reserved order. E.g. a e-mail with a payment link (web reservation).
    • BoxOfficeMoveEvent: E-mail sent manually from box office to customers when changing events on sold order.
    • BoxOfficeMoveSeats: E-mail sent manually from box office to customers when changing seats on sold order.
    • EventAutoSend: E-mail sent automatically to customers when a batch refund is made or e-mail triggers are created.
    • ReportDeliveryEvents: E-mail sent automatically to users that wants to receive sales reports for events.
    • ReportDeliveryProducts: E-mail sent automatically to users that wants to receive sales reports for products.

Image_2020-10-30_kl._08.33.58.png

To edit the content, press edit at the bottom for each language you like to edit. Read more about the HTML editor further down in this article. 


Add new e-mail template


Press Add mail template in the upper right corner to add a new template. You will be asked to choose a existing template to copy from. In the upper right corner one can search for a relevant template (e.g. Online if you like to create a template for online sales). When you know which one you like to copy, press Copy to the right. You then put in the required Information and press Save. To edit its content press the row for the template or Action/Edit and then Edit at the bottom (read more -> edit e-mail template).

Image_2020-10-30_kl._08.38.33.png


HTML editor


Sk_rmavbild_2020-06-24_kl._07.24.05.png

The template is edited in HTML and it will require some previous knowledge if you would like to create a complete new design. It is however pretty easy to just change text snippets. All content in the HTML code will be put inside the <body> </body> tag.

Sk_rmavbild_2020-06-24_kl._07.26.51.png

The text that is black inside the body tag are text fields that you should look for and can edit. When changes are made in the code, it will immediately be visible in the preview window to the right.

Dynamic variables

Sk_rmavbild_2020-06-24_kl._07.34.55.png

The template contains many dynamic variables, e.g. #ORDERID# which will return the order id of the order in subject. A guide can be viewed by pressing the T at the top.

Image_2020-10-30_kl._08.54.30.png

By press and hold the left mouse button in the middle of the guide window, it is possible to move it around.

Image_2020-10-30_kl._08.55.58.png

It is also possible to change whats shown in the preview by changing the content for each variable.

Start and end tag

#EVENT#, #PRODUCT#, #TICKETS# are all start and end tags. This means that everything that is put inbetween #EVENT# and #EVENT# will be repeated for each event in the order.

 


Ticket Layouts


The module for ticket layout can be found at Administration - Layouts - Tickets. There it is possible to edit existing layouts as well as create new ones.

To create a new layout, press Add ticket layout in the upper right corner. In the next step, you choose a existing layout as a starting point for the new one. Give the layout a name and press Save.

To edit the layout, press the layout you want to edit and there after Edit to get to the layout editor.

mceclip0.png

Inside the module it is possible to edit the existing fields as well as add new image and text elements. To edit a existing element, press it and edit in the right column that will appear. Depending on type of element these fields can be edit:

  •  Text: Visible text field. Either a hardcoded text or a dynamic variable. In the example above the variable #TITLE# is used which will return the title of the event when printed.
    All dynamic variables can be seen by pressing the symbol T in the upper left corner.
  • X: Position on the X axis (right/left). 
  • Y: Position on the Y axis (up/down). 
  • Height: Height of the element.
  • Width: Width of the element.
  • Size: Font size or size of a rectangle border.
  • Position: Position of elements. Higher value will be put above lower values.
    Tex: An element with position 3 will be shown above an element with position 2.
  • Color: Color on font or border.
  • BackgroundColor: Background color for rectangles.
  • Font: Font family.

Pressing T in the upper left corner will show a guide of all dynamic variables that can be used in the layout. When the work is done, press Save layout.