# Cart

The cart page shows a summary of all of the products that a customer has added to the cart, a subtotal and a total price for the order, and a **Checkout** button that directs customers to Shopify's secure checkout pages. When no products have been added, the empty cart page shows a **Continue shopping** link that takes customers back to view your products. You can edit the settings and add new features to your store's cart page to suit the needs of your business.

{% hint style="success" %}

1. In the theme editor (**Customize**), open the template selector
2. Select **Cart.**
   {% endhint %}

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

## Items section

{% hint style="success" %}

1. In the theme editor (**Customize**), Cart page
2. On the left bar, select **Items.**
   {% endhint %}

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

## Subtotal

{% hint style="success" %}

1. In the theme editor (**Customize**), Cart page
2. On the left bar, select **Subtotal.**
   {% endhint %}

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

Check out the guide to set up Cart general settings here:<br>

{% content-ref url="/pages/dFcKWqEOmCDK4AwjQlUe" %}
[Cart](/nimbus-theme/theme-settings/cart.md)
{% endcontent-ref %}


---

# 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://oranthemes.gitbook.io/nimbus-theme/other-pages/cart.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.
