# Configuration

Once you have successfully installed the extension, go to **Stores -> Configuration -> MageComp -> One Step Checkout** to configure the extension for use.

**General**

<figure><img src="/files/ZSegS2JSBI8HDWk1yaTn" alt=""><figcaption></figcaption></figure>

* **Enable -** Enable/disable the extension from here.
* **Allow Guest Checkout -** It has 3 options:

**Yes:** Allow guests to checkout without account creation and login.

**No (require create account):** The user must create an account before checkout.

**No (require login):** The user must log in before checkout.&#x20;

* **Re-Direct to Checkout -** Select Yes to redirect customers to the checkout page once they add the product to the cart.
* **Show Header and Footer On Checkout -** Select Yes to display the header and footer on the checkout page.
* **Show Discount Code Section -** Hide or show the discount code section on the checkout page in the payment area section.
* **Route -** Enter the URL route for the checkout page. When kept empty, it will use the default URL route which is “onestepcheckout”.

**Shipping and Payment Methods**

<figure><img src="/files/CCvdm5JmXpYsd2uT5XZB" alt=""><figcaption></figcaption></figure>

* **Default Shipping Method -** Select the shipping method to be selected by default at the checkout page.
* **Default Payment Method -** Select the payment method to be selected by default at the checkout page.

**Billing Address and Shipping Address**

<figure><img src="/files/l2nQHktLp18NAtNbVPhb" alt=""><figcaption></figcaption></figure>

* **Show Billing Address -** Select Yes to display the billing address on the checkout page.
* **Billing and Shipping Address Are The Same -** Select Yes to automatically check the “Billing and Shipping Address Are The Same” checkbox at the checkout page.

**Product Summary Section**

<figure><img src="/files/jh2Qix4GOQYhmsSt3XSk" alt=""><figcaption></figcaption></figure>

* **Show Product List -** Select Yes to show a list of added products in a dropdown at the checkout page.
* **Show Product Thumbnail -** Select Yes to show the product image as a thumbnail at the checkout page.

**Checkout Layout and Style**

<figure><img src="/files/eStHiF0Q5QjIfzYqUhwe" alt=""><figcaption></figcaption></figure>

* **Checkout Page Layout -** Select the layout of the checkout page. It includes the following options:

**1 Column:** Shows all sections in a single column.

**2 Columns:** Shows all sections in two columns.

**2 Columns With Floating Column:** Shows all sections in a single column and order summary section as the floating column.

**3 Columns:** Shows all sections in three columns.

**3 Columns With Colspan:** Shows all sections in three columns and colspan for order summary section.

* **Checkout Page Design Style -** Select the checkout page design style as Default or Material.
* **Subtitle Background Color -** Set the background color for the section subtitle. (This option is available only if the Checkout Page Design Style field is set to Material.)
* **Subtitle Text Color -** Set the font color for the section subtitle. (This option is available only if the Checkout Page Design Style field is set to Material.)

**Color Scheme**

<figure><img src="/files/cfXnszkRTwnWKl1S5JJF" alt=""><figcaption></figcaption></figure>

* **Place Order Button -** Set the color of the place order button on the checkout page.
* **Order Summary Background -** Set the background color for the order summary section.
* **Checkout Page - Background -** Set the background color of the checkout page.
* **Order Total Color -** Set the text color of the order total.
* **Body Text -** Set the text color for the checkout page body text.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.magecomp.com/magento-2-one-step-checkout-extension/configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
