> For the complete documentation index, see [llms.txt](https://docs.yaycommerce.com/brandy-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yaycommerce.com/brandy-theme/features/woocommerce/checkout.md).

# Checkout

The Brandy theme provides a variety of customization options for the WooCommerce Checkout process. These settings help you tailor the checkout experience for your customers, ensuring that you collect the necessary information while maintaining a streamlined and user-friendly interface.

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

**Checkout Customization Options**

1. **Company Name Field:**
   * Control the visibility and requirement level of the company name field at checkout. Options include:
     * **Optional:** The field is displayed but not required.
     * **Hidden:** The field is not displayed.
     * **Required:** The field is displayed and must be filled out by the customer.
2. **Address Line 2 Field:**
   * Control the visibility and requirement level of the address line 2 field at checkout. Options include:
     * **Optional:** The field is displayed but not required.
     * **Hidden:** The field is not displayed.
     * **Required:** The field is displayed and must be filled out by the customer.
3. **Phone Field:**
   * Control the visibility and requirement level of the phone number field at checkout. Options include:
     * **Optional:** The field is displayed but not required.
     * **Hidden:** The field is not displayed.
     * **Required:** The field is displayed and must be filled out by the customer.
   * **Highlight required fields with an asterisk:** This checkbox allows you to highlight required fields with an asterisk, making it clear to customers which fields are mandatory.
4. **Privacy Policy Page:**
   * Select the page that contains your store's privacy policy. This page will be referenced during the checkout process.
5. **Terms and Conditions Page:**
   * Select the page that contains your store's terms and conditions. This page will be referenced during the checkout process.
6. **Privacy Policy:**
   * Optionally, add some text about your store's privacy policy to show during checkout. This text can help reassure customers about how their personal data will be used.

**Publish:** Make sure to click "Publish" after making changes to save and apply the updated settings.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.yaycommerce.com/brandy-theme/features/woocommerce/checkout.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
