VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: encreplus on April 09, 2020, 21:02:22 PM

Title: email user registration
Post by: encreplus on April 09, 2020, 21:02:22 PM
Good day

Before upgrading to vm 3.6.10 user and me was receving full user detail registration info ...

Now since upgrade i receive info of user : display name, name ... and address with empty field...

User receive : display name, name, password, and empty field address ...

How can i fix this

Thanks !

Title: Re: email user registration
Post by: GJC Web Design on April 09, 2020, 23:01:12 PM
afaik this was a policy ( privacy etc ) decision taken by the dev team
Title: Re: email user registration
Post by: encreplus on April 10, 2020, 02:12:38 AM
Oh , ok , was thinking i was going crazy ;)
Title: Re: email user registration
Post by: assaohs on September 30, 2020, 05:48:33 AM
Hi,
We are on VirtueMart 3.8.4 10335
This is the closest I could find to an answer to an issue I am also having, where I want to include the registered users company name, email and phone number in the vendor registration email notifications.
I tried looping through all '$this->userFields['fields'] as $userField' in mail_html_regvendor.php and it shows all of the field titles but only 'country' and 'state'.
If this is indeed a privacy decision from the dev team, how can I override this?
Thanks!
Title: Re: email user registration
Post by: GJC Web Design on September 30, 2020, 10:14:33 AM
QuoteIf this is indeed a privacy decision from the dev team, how can I override this?

look back to the VM3.6 files to see how it was done
Title: Re: email user registration
Post by: assaohs on October 01, 2020, 01:13:45 AM
Hi, thanks for the reply, but I compared the mail_html_regvendor.php in  v3.6.8 and they look identical?
Could you give me more precise direction?
Thanks!
Title: Re: email user registration
Post by: pinochico on October 01, 2020, 09:56:03 AM
Is this place, where these fields - "$this->userFields ['fields']" is filled.
You have to find (You find and learn how function Joomla MVC) and then compare.

The template maybe is identical, but the problem is before rendering (model, controller, helper...)