VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: hk on February 27, 2013, 17:00:07 PM

Title: Vendor addrees in Registration email
Post by: hk on February 27, 2013, 17:00:07 PM
Hi,

Can you please let me know the code for adding the vendor address in the Registration email.

I tried to add below code in public_html/templates/<template name>/html/com_virtuemart/user/mail_html_reguser.php
<?php echo $this->vendorAddress; ?>

It did not work.

Thanks.
Title: Re: Vendor addrees in Registration email
Post by: jenkinhill on February 27, 2013, 17:59:17 PM
The registration email which is sent from Joomla - see http://www.2createthatwebsite.com/tutorials/joomla-tutorials/edit-joomla-activation-email
Title: Re: Vendor addrees in Registration email
Post by: PRO on February 27, 2013, 19:43:05 PM
views/user/mail_html_reguser.php

try
$this->vendor->vendorAddress

or just add it in the html.