I want to allow customers to checkout without creating an account. I've enabled the "Continue without register" setting, and on checkout - the button appears that says "Checkout without an account". But, clicking this button doesn't allow the user to proceed. Instead the login page reloads, and the user gets a "You need to be logged in to be able to checkout." message.

Is there another step I'm missing? What else should I check?
Permissions are set to allow anonymous to access Checkout.

Any help would be appreciated.

Comments

wheelercreek created an issue.

wheelercreek’s picture

Just for additional information - In my Commerce checkout settings, I have these rules enabled which might relate:

  • Assign an anonymous order to a pre-existing user
  • Create an account for anonymous user

I'm wondering if maybe these conflict with each other? Maybe I should disable the first one.. But not sure if this has anything to do with my problem.

vidula_shinde’s picture

Hi,

I was facing the same issue. This is Product permission issue. I have given permission View any [TYPE] product to anonymous .

It is working. Try it.