Desired situation All our quotations, all orders placed with us and all contracts concluded with us are subject to the METAALUNIE-CONDITIONS.
Page 1 / 1
Hi Dennis,
This is possible with the TSFReport_mailer as it can use HTML. You can use the 'a’ tag for this. The body should look like the following in your case:
All our quotations, all orders placed with us and all contracts concluded with us are subject to the <a href="https://niverplast.com/terms-and-conditions-metaalunie2019">METAALUNIE-CONDITIONS</a>.
Thanks for the quick response. Using the 'a’ tag in the default that fills the body parameter seems to work. By changing it I also found another solution.
Because I first made the mistake of putting the a'tag in the multiline instead of the default code template, I realized that the solution is even easier. I’ve changed the email template description field to HTML and put the hyperlink in the position it should be. Changed the TSFReportMailer html parameter value default to “yes” and voilà it worked perfect.