# Checkout Page

### Access the Checkout Page Settings <a href="#access-the-checkout-page-settings" id="access-the-checkout-page-settings"></a>

{% hint style="success" %}

* Log in to your WordPress admin panel.
* Navigate to **WooCommerce** > **Settings**.
* Click the **Advanced** tab.
* Under **Page Setup**, find the **Checkout Page** option.
* Ensure the checkout page is set correctly (default: **/checkout/**).
  {% endhint %}

### **Customizing the Checkout Page**

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

### **A. Configuring Checkout Fields** <a href="#a.-configuring-checkout-fields" id="a.-configuring-checkout-fields"></a>

To modify checkout fields:

* Go to **WooCommerce** > **Settings** > **Accounts & Privacy**.
* Adjust guest checkout and account creation settings.
* To customize fields (e.g., remove "Company Name"), use a plugin like:
  * **Checkout Field Editor for WooCommerce**
  * **WooCommerce Custom Fields**

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

**B. Enabling Payment Methods**

* Navigate to **WooCommerce** > **Settings** > **Payments**.
* Enable and configure payment gateways like:
  * **PayPal**
  * **Stripe**
  * **Cash on Delivery**
  * **Direct Bank Transfer**

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

### **C. Enabling Coupon Codes**

* Go to **WooCommerce** > **Settings** > **General**.
* Check the **Enable coupons** box to allow discounts at checkout.

### **Adding Checkout Page to Navigation**

{% hint style="success" %}

* Go to **Appearance** > **Menus**.
* Select your main menu and click **Add Items**.
* Find **Checkout** and add it to your navigation.
* Click **Save Menu**.
  {% endhint %}

### **Customizing Checkout Page Design**

{% hint style="success" %}

* Use the **Customizer**:
  * Go to **Appearance** > **Customize** > **WooCommerce** > **Checkout**.
* Edit the **checkout template** with a page builder like **Elementor**.
* Add custom CSS to modify the checkout layout.
  {% endhint %}

### **Testing the Checkout Page**

{% hint style="success" %}

* Visit **yourwebsite.com/checkout/**.
* Add a product to the cart and proceed to checkout.
* Test different payment methods and shipping options.

For further customization, consider plugins like:

* **WooCommerce Checkout Manager** (to add/remove fields).
* **WooCommerce One Page Checkout** (for a faster checkout process).
  {% endhint %}


---

# 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://buddhathemes-test.gitbook.io/chillout/woocommerce/checkout-page.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.
