VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: seweryn on April 02, 2013, 11:33:46 AM

Title: Registration mail - VM 2.0.8
Post by: seweryn on April 02, 2013, 11:33:46 AM
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.