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

# Cart & Checkout

This section in WooCommerce allows you to customize how the checkout process is displayed to your customers, offering several options to enhance the shopping experience. This section is located under **Appearance -> Customize -> WooCommerce -> Cart & Checkout**.

### Order Review Style

Choose how the order review is shown during cart and checkout, it has the following options:

* **Invoice Cut**: Displays the order summary in a cut style for a more dynamic look.
* **Invoice Flat**: Shows the order summary in a simple, flat layout.
* **Sticky**: Keeps the order review visible as customers scroll down the page, ensuring they can always see their order details.

<div><figure><img src="/files/zlv9Z26F5qPyz5GKabhd" alt="" width="375"><figcaption><p>Invoice Flat</p></figcaption></figure> <figure><img src="/files/i5dRka6UnKh79ynGxsGr" alt="" width="375"><figcaption><p>Invoice Cut</p></figcaption></figure></div>

### Steps

Configure how the cart and checkout process is structured to enhance the user experience on your store’s cart and checkout pages, these are the options:

* **Multi Steps**: Breaks the checkout process into multiple steps, guiding customers through each phase of the purchase.
* **Step Numbers**: Allows you to toggle the visibility of step numbers during the checkout process.

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

### Checkout

Options for customizing the appearance and functionality of the checkout page.

<div><figure><img src="/files/pnA6retIXdNGWTj2cEgQ" alt="" width="375"><figcaption><p>Product Image Option</p></figcaption></figure> <figure><img src="/files/45moOrpSHnTNIuIIVwbf" alt="" width="375"><figcaption><p>Link to Product Option</p></figcaption></figure></div>

* **Product Image**: Shows or hides product images in the order review section.
* **Link to Product**: Makes product names clickable, allowing customers to view product details directly from the checkout page.


---

# 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.kaliumtheme.com/post-types/woocommerce/cart-and-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.
