Page tree

Versions Compared

Key

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

Vous pouvez désormais permettre à vos clients de télécharger leurs billets directement depuis un mail. Pour activer cette fonction :

  • Dans la configuration du mail de confirmation, définissez la valeur « true » pour l’attribut suivant :  

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, addEt à l’endroit où vous souhaitez qu’apparaisse l’URL de téléchargement des billets, ajoutez :

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

    with hyperlink your tickets avec le lien vos billets = $ticketUri

The link is then displayed in the confirmation emailLe lien apparaîtra dans le mail de confirmation.