Thank you very much for this great module!

To be consistent with the normal Drupal registration process and better understandable to users please add the normal Drupal registration message after the account has been created:

commerce_checkout_complete_registration.module, Line 183:

   // Send the customer their account details if enabled.
    if ($notify) {
      global $language;
      // Send the e-mail through the user module.
      drupal_mail('user', 'register_no_approval_required', $mail, $language, array('account' => $account), commerce_email_from());

      drupal_set_message(t('Further instructions have been sent to your e-mail address.')); 
    }

The message is automatically translated because it's the same as from system. Thank you very much!

Comments

Anybody’s picture

Do you need a patch?

Anybody’s picture

Issue summary: View changes