Hi,
Could you possibly advise where to find the template of email that is sent to a customer when vendor confirms the order? I would need to make the vendor's note to customer red in the email. I am not sure which file here components\com_virtuemart\views it is...
I think you will find this in
components/com_virtuemart/views/invoice/tmpl/mail_html_shopper.php
You can make an override if you want to change the format
at around line 63
<tr>
<td colspan="3">
<?php echo nl2br($this->orderDetails['history'][$nb-1]->comments); ?>
</td>
</tr>