1
Answers
Vote up!
0
Vote down!

Anonymous Checkout - Email address of new user?

I have anonymous checkout enabled.

However when creating the new user, it uses the email address as username and puts admin in as the email address for the new user. Naturally this email address doesn't work. The new user cannot login.

Any help would be much appreciated.

I am using drupal 7 with the required commerce modules. I am not using kickstart.

Sorry if the solution is obvious but I am not a programmer or Drupal expert, only a hobbyist trying to set up events for a non-profit.

Thank you.

bdika

Asked by: bdika
on December 18, 2013

1 Answer

Vote up!
1
Vote down!

bdika,

It's very possible you are testing the anonymous checkout while supplying an email address that exists on the site.

If you enable "anonymous checkout" you would need to disable the rule that associates a user with an order:

admin/config/workflow/rules/reaction/manage/commerce_checkout_new_account

Make sure that rule is not active.

This will keep user accounts from being created when they checkout. Additionally, you may want to disable the following rule that associates new orders with existing accounts (the functionality that is frustrating you):

admin/config/workflow/rules/reaction/manage/commerce_checkout_order_convert

Josh Miller
Answer by: Josh Miller
Posted: Dec 18, 2013

Comments

joshmiller

Thanks for your reply.

- bdika on December 19, 2013