VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: TrigWebDesignUSA on October 08, 2012, 23:50:27 PM

Title: Edit template for order emails!
Post by: TrigWebDesignUSA on October 08, 2012, 23:50:27 PM
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?
Title: Re: Edit template for order emails!
Post by: lipes on October 18, 2012, 15:07:24 PM
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
Title: Re: Edit template for order emails!
Post by: notanothernumber on March 12, 2013, 05:16:24 AM
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?