Page tree

Versions Compared

Key

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

Ahora puede permitir que los clientes se descarguen sus entradas directamente desde un email. Para ello:

  • En la configuración del email de confirmación del pedido, fije el siguiente atributo como "true"

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

  • In the configuration of the order confirmation email, set the following attribut to true: "{#addProperty($document "showTicketUris" "true")"
  • In the location where you want to display the URL to download the tickets, addEn el lugar en el que desea que aparezca la URL para descargar las entradas, añada:

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

    with hyperlink your ticketscon un hiperenlace a sus entradas = $ticketUri

The link is then displayed in the confirmation emailEl enlace aparecerá en el e-mail de confirmación.