VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: stawebnice on July 29, 2015, 10:43:24 AM

Title: Highlight note in confirmation email to customer
Post by: stawebnice on July 29, 2015, 10:43:24 AM
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...
Title: Re: Highlight note in confirmation email to customer
Post by: AH on July 29, 2015, 12:17:54 PM
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>