Thank you very much for this great module!

Problem / Context:

Drupal Commerce as a very important Drupal Module / Distribution. The checkout contains a login and two registration forms:

None of the forms are containing the real name logic. The're all displaying the user name field and default description.

Proposed solution:

Hook into the both registration forms in Drupal commerce and apply the real name logic.

Comments

Anybody created an issue. See original summary.

anybody’s picture

Issue summary: View changes
hass’s picture

Category: Feature request » Support request
Status: Active » Fixed

I may not understand this request, but the only thing you need to do in commcerce module - use Core's getDisplayName function and every username will be replaced by realname.

anybody’s picture

Status: Fixed » Closed (works as designed)

Hi @hass,
thank you for your reply. I guess you're right and I had a misunderstanding and created the issue in the wrong module. I guess it was meant to be created in a module like

https://www.drupal.org/project/mail_login
https://www.drupal.org/project/email_registration
https://www.drupal.org/project/login_emailusername

But I don't know anymore which one I tested together with realname. SORRY! Stupid mistake.... -.-