News:

Support the VirtueMart project and become a member

Main Menu

Highlight note in confirmation email to customer

Started by stawebnice, July 29, 2015, 10:43:24 AM

Previous topic - Next topic

stawebnice

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...

AH

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>


Regards
A

Joomla 3.10.11
php 8.0