How to Configure Checkout Options in Magento 2

Checkout Options Configuration

The checkout options  configuration is the action that set up the format of the checkout page in a Magento 2 store. The requirements to make a purchase, and/or the options that are displayed during the checkout process are all determined by the configuration in the backend.

Checkout options

As a Magento admin, you can define the options whether or not the shoppers must register for an account and/or agree to the terms and conditions of the sale before making a purchase. The checkout options include:

  • Guest Checkout: Shoppers are required to create an account before making a purchase. The default setting in Magento 2 allows non-registered customers to make purchases, with an option to register for an account after completing the checkout process.
  • ..: Customers have to agree to the terms and conditions of the sale so that they can finish their purchases if Terms and Conditions is enabled. The Terms and Conditions message appears just before the Place Order button and after the payment information is filled.
  • One Page Checkout: Enable the Onepage Checkout if you want the entire checkout process takes place on a single page. Each section of the checkout information can be expanded if necessary. As Magento’s Onepage Checkout is enabled by default, you need to disable it if you want to implement any custom integration or checkout extensions.

config-sales-checkout checkout options

To change the checkout options, do the followings:

  1. On the Admin sidebar, click Stores. After that, choose Configuration under Settings.
  2. In the panel on the left, expand the Sales section. Then choose Checkout.
  3. Next, open the Checkout Options section and set the options as your preference:
  • Enable Onepage Checkout
  • Allow Guest Checkout
  • Enable Terms and Conditions
  1. When finish, click Save Config to confirm all the changes you’ve made.

That are the instruction to configure Checkout Options for your Magento 2 store. Don’t forget to follow us to receive more informative blogs about Magento 2.