How to edit emails in Joomla Virtuemart?

The customer ordered the product and received an email.

http://img197.imageshack.us/i/emptyfieldsemail.png/

But there are optional fields, and I want to remove them from the email body if they are not filled in by the user. If the company name is not completed, I do not want to show them in the letter, but I can not find a place for editing.

In components
/ components / com_virtuemart / themes / theme048 / templates / order_emails
I found several templates, but I cannot determine where to edit these empty fields.

+3
source share
1 answer

administrator/components/com_virtuemart/html/templates/order_emails/email_english.html " email_your_language.html, Virtuemart , ".

administrator/components/com_virtuemart/classes/ps_checkout.php, email_receipt(). email_receipt() , str_replace.

,

+1

All Articles