News:

Looking for documentation? Take a look on our wiki

Main Menu

Edit template for order emails!

Started by TrigWebDesignUSA, October 08, 2012, 23:50:27 PM

Previous topic - Next topic

TrigWebDesignUSA

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?

lipes

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
VM V. online: J2.5.14 | VM 2.0.20a | SQL 5.1.70 | PHP 5.3.25

notanothernumber

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?