I am using Drupal version 9.3.14 with Drupal commerce implemented in it. I want to enable the functionality for user to create order without login. I.e. user should be able to create order or buy product from the site as a guest user. Right now new user needs to create an account before creating any order.
I made necessary changes in the checkout flow (/admin/commerce/config/checkout-flows) but after filling required information on the checkout form when it moves to order review page, it gives "Access Denied" page.