Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 928 Bytes

guest.rst

File metadata and controls

25 lines (17 loc) · 928 Bytes

Allowing guest checkout, or account login

By default guest checkout is enabled in Drupal Commerce. You can find the existing checkout flows here admin/commerce/config/checkout-flows.

There is a default checkout flow available. Go to admin/commerce/config/checkout-flows/manage/default and find this section:

Guest login default settings
Guest login default settings

After making changes click Update and Save the form.

If you disable the Allow guest checkout, anonymous users will be asked to login when they are going to checkout.

If you enable the Allow registration, a registration form will be presented during the checkout process like this:

Guest login with registration enabled