News:

Support the VirtueMart project and become a member

Main Menu

Registration mail - VM 2.0.8

Started by seweryn, April 02, 2013, 11:33:46 AM

Previous topic - Next topic

seweryn

Hello,

in registration e-mail I have line:

Agreed: 1

How can I change this "1" to "Yes"?

In file .../components/com_virtuemart/views/user/tmpl/mail_html_reguser.php
I see only:

foreach ($this->userFields['fields'] as $userField) {
if (!empty($userField['value']) && $userField['type'] != 'delimiter' && $userField['type'] != 'BT' && $userField['type'] != 'hidden') {
    echo $userField['title'] . ': ' . $userField['value'] . $li;

}
    }


Please help, thank you in advance.
I use VirtueMart 2.0.22c & Joomla 2.5.14