Page tree

Versions Compared

Key

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

Ahora puede permitir que los clientes descarguen sus entradas directamente desde un correo electrónico. Para ello:

  • En la configuración del documento de confirmación del pedido, marque 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")"»
  • En el lugar donde desea que aparezca la URL para descargar las entradas, añadaIn 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 ticketscon un hiperenlace a sus entradas = $ticketUri

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