# Cart page

The **Cart page** is where you can see all the items you've added to your shopping cart. It allows you to review your selections, make changes like adding or removing items, and proceed to the checkout when you're ready to make a purchase. It's a crucial part of the online shopping experience, ensuring that customers can easily manage their orders and make any necessary adjustments before finalizing their transactions.

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

## Static section settings

Sections designed specifically for the collection list page.

{% hint style="success" %}
**Steps**

1. In the theme editor (**Customize**), open the template selector.
2. Select **Cart.**
3. On the left-sidebar, add **Main cart.**
4. Make necessary changes > **Save.**
   {% endhint %}

### General setting

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

<table data-full-width="false"><thead><tr><th width="215">Setting</th><th>Description</th></tr></thead><tbody><tr><td><strong>Section width</strong></td><td><p>3 options for container</p><ul><li><strong>Stretch width</strong>: span the section width regardless of screen size.</li><li><strong>Fixed width</strong>: depends on your page content width in <strong>Theme settings</strong> <strong>-></strong> <strong>Layout</strong>.</li><li><strong>Full width:</strong> takes up the entire space on the page and it usually resizes itself to fit the size of the screen.</li></ul></td></tr><tr><td><strong>Color scheme</strong></td><td>Select colors from <strong>Theme settings -> Colors</strong></td></tr><tr><td><strong>Show free shipping message</strong></td><td><p>Turn on to show a message like “Free shipping on orders over $X.” </p><p><em>*Note: You must set the amount in your theme settings.</em></p></td></tr><tr><td><strong>Show cart note</strong></td><td>Allow customers to leave note with their order.</td></tr><tr><td><strong>Show estimate shipping</strong></td><td>Display a tool for customers to calculate shipping costs.</td></tr><tr><td><strong>Show discounts code</strong></td><td>Display discount codes for customers.</td></tr><tr><td><strong>Show gift wrap</strong></td><td><p>Display product gift wrap</p><p><em>*Note: Please select gift wrap products in the theme settings.</em></p></td></tr></tbody></table>

### Block settings

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

<table><thead><tr><th width="215">Setting</th><th>Description</th></tr></thead><tbody><tr><td><strong>Hide Icon with text block on mobile</strong></td><td>Hide the Icon with text block on mobile view.</td></tr><tr><td><strong>Hide Trust badges block on mobile</strong></td><td>Hide the Trust badges block on mobile view.</td></tr></tbody></table>

### Section padding

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

<table><thead><tr><th width="215">Setting</th><th>Description</th></tr></thead><tbody><tr><td><strong>Top</strong> </td><td>Customize the top margin of the section</td></tr><tr><td><strong>Bottom</strong> </td><td>Customize the bottom margin of the section</td></tr></tbody></table>


---

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