I would like to remove the Title, First Name and Last Name from the Vendor Info in the email template. I found the <?php echo $this->vendorAddress; ?> in the mail_html+header.php file, but cannot find where to change the way it displays. Can anyone help?
The Costumer Order e-mail is not so user friendly to use :|
To bad to understand and configure the templates...
For example i cant find in the VM forum where we could change the Costumer/ Shopper Fields and positions like: Name, Address, Post code, Phone, etc..
should be this:
<?php if ($field['name'] != 'title' and $field['name'] != 'first_name' and $field['name'] != 'middle_name' and $field['name'] != 'zip') { ?> ???
But we cant config that!
For example i receive emails like:
John Street Etc 13
456789 Porto
23445654878
This is bad because miss a <br /> between name and address and cant find solution
I'm having exactly the same issue here. Surely there must be a way of blocking the vendor title, First name & Surname from the html order confirmation email. Any one got any ideas?