Page History

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can now allow customers to download their tickets directly from an email. In order to do so:

  • In the configuration of the order the order confirmation email configuration, set the following attribut attribute to true: "{#addProperty($document "showTicketUris" "true")"
  • In the location where you want to display the URL to download the tickets, add:

    {#if($stxHelper.getProperty($document, "showTicketUris", false, "", "") == "true")#if($document.order.ticketUris.size() == 1)} or download your tickets directly{#end#end}.

    with hyperlink your tickets = $ticketUri

...