How to Prohibit Creation of New Account for Anonymous Users at Checkout?

Posts: 5
Joined: 03/06/2008

Is there a configuration setting that allows me to tell Ubercart not to create an account for an anonymous user at checkout? If not, is there some other way to accomplish this? I realize I am able to suppress email notification, but I don't want the account created or the user to be provided information that an account exists.

Thanks,
Marc

Posts: 68
Joined: 01/19/2008
Uber Donor

have u tried store admin/config/checkout settings/ general checkout settings
and uncheck "Enable anonymous checkout (users can checkout without logging in)."

Posts: 5
Joined: 03/06/2008

I have enabled anonymous checkout so that anonymous users can make purchases. I need this to be the case. I just don't want accounts to be created for them as a result of checking out. Any suggestions?

Posts: 4686
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

This isn't possible right now. Can you elaborate on why you'd want to do this?

Posts: 5
Joined: 03/06/2008

I have an urgent need to provide ecommerce functionality on a site that is still under construction. I want anonymous users to be able to make purchases but I do not want them to visit or exercise the rest of the site as though it were ready for prime time. I also do not want the headache of supporting or a large user base at this phase of deployment.

Does that answer your question?

Posts: 45
Joined: 02/20/2008
Posts: 4686
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

mmerlin wrote:
... I want anonymous users to be able to make purchases but I do not want them to visit or exercise the rest of the site as though it were ready for prime time. ... Does that answer your question?

Sort of... at this time, you can just have it set all users to blocked and remove any mention of the user account in the completion pages and e-mails. The customer would be none-the-wiser that an account was created for them, and they'd never be able to login to the site.

Posts: 5
Joined: 03/06/2008

Bingo! That should do the trick. Thanks!