Hello,
I found an anomaly in the file : components/com_virtuemart/views/invoice/tmpl/mail_html_shopperaddresses.php
rendering e-mail is different on a webmail and with software like thunderbird
Text "COM_VIRTUEMART_USER_FORM_ADDRESS_LABEL" appears in a webmail and not in thunderbird
Lines 39:
<!-- span class="titles"><?php echo $field['title'] ?></span -->
and 56:
<!-- span class="titles"><?php echo $field['title'] ?></span -->
commented span with <! -
php code but it is not. if the will was to comment this line, you must also comment on the php code like this:
<!-- span class="titles"><?php // echo $field['title'] ?></span -->
this way the display is identical between webmail and email software such as Thunderbird.
My post about it on the forum joomla France :
http://forum.joomla.fr/showthread.php?209365-modifier-les-factures-de-VM3&p=1063878&viewfull=1#post1063878
Thank you, Denis - French User