The generated email needs some work:in ps_dirdepo_fi_email.english.html
the tag {dirDepoOrderUrl} doesnt seem to write the right URL (I am using SH404SEF in case that matters), so its good to remove:
<p class="Stil2">
<a href="{dirDepoOrderUrl}">You may view the order details by following this link.</a>
</p>
It does generate a URL, but my Thunderbird completely removes the link. Outlook shows the text as linked, but blocks it.
Heres the source code of what is generated in the email (of my test):
<p class="Stil2">
<a href="/View-Detail-of-order-id32.html">You may view the order details by following this link.</a>
</p>
So you can see the URL will not work without manually adding the full domain before the rest of the URL. (Or I think you can add "base =
http://domainname.com" or something like that, to the email head ??)
The URL is otherwise correct.
A small usability issue:The email uses a table to display the data. In a wide screen, it may be a visual strain to match the field label with field text.
I added a width to the first column of cells to stop it getting too wide:
<tr class="Stil1">
<td width="250">Invoicer's Name:</td>