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

# Cart page

The Cart page lets customers review their selected items before checkout.

Customers can view cart items, adjust quantities, remove products, add an order note if enabled, continue shopping, and proceed to checkout.

### Open Cart page settings

{% hint style="success" %}
To edit the Cart page:

* From your Shopify admin, go to **Online Store > Themes**.
* Find **Frameora**.
* Click **Customize**.
* Use the page selector at the top of the theme editor.
* Select **Cart**.
* Select the **Main cart** section in the sidebar.
* Edit the settings.
* Click **Save**.
  {% endhint %}

***

### Main cart settings

The Main cart section includes these settings:

* Pill text
* Heading
* Description
* Order summary heading
* Cart note label
* Cart note placeholder
* Checkout button label
* Update cart button label
* Continue shopping button label
* Continue shopping link
* Show cart note
* Show dynamic checkout buttons
* Show taxes and shipping message

***

### Pill text

Use the **Pill text** field for the small label shown above the cart heading.

Example:

**Your Frameora**

***

### Heading

Use the **Heading** field for the main Cart page title.

Example:

**Your cart**

***

### Description

Use the **Description** field to add short helper text under the heading.

Example:

**Review your items, adjust quantities, and checkout when you're ready.**

***

### Cart items

The Cart page displays the products added by the customer.

Cart items can show:

* Product image
* Product title
* Price
* Line total
* Quantity controls
* Remove button

Customers can adjust quantities or remove products before checkout.

***

### Order summary

Use the **Order summary heading** field to customize the heading above the order summary.

Example:

**Order summary**

The order summary shows the cart total and checkout actions.

***

### Cart note

Frameora can show an optional cart note field.

Cart note settings include:

* Cart note label
* Cart note placeholder
* Show cart note

#### Cart note label

Use this field to customize the label above the cart note.

Example:

**Order note**

#### Cart note placeholder

Use this field to customize the placeholder text inside the cart note field.

Example:

**Add delivery notes or gift details**

#### Show cart note

Enable **Show cart note** if you want customers to leave notes with their cart.

This can be useful for delivery notes, gift details, or special order instructions.

***

### Checkout button label

Use the **Checkout button label** field to customize the checkout button text.

Example:

**Checkout**

***

### Update cart button label

Use the **Update cart button label** field to customize the button customers use after changing quantities.

Example:

**Update cart**

***

### Continue shopping button

Frameora includes a continue shopping button.

Settings include:

* Continue shopping button label
* Continue shopping link

#### Continue shopping button label

Use this field to customize the button text.

Example:

**Continue shopping**

#### Continue shopping link

Use this field to choose where customers go when they click the continue shopping button.

You can link to a collection, product, page, or all products.

***

### Dynamic checkout buttons

Enable **Show dynamic checkout buttons** if you want Shopify to display dynamic checkout buttons on the Cart page when available.

Dynamic checkout buttons are controlled by Shopify. The buttons shown may depend on:

* Store payment settings
* Customer device
* Customer browser
* Customer location
* Cart contents
* Product eligibility

Do not create fake dynamic checkout buttons. Frameora uses Shopify’s native dynamic checkout output.

***

### Taxes and shipping message

Enable **Show taxes and shipping message** if you want the Cart page to show a message about taxes and shipping being calculated at checkout.

This helps customers understand that final totals may depend on checkout details.

***

### If the cart looks empty or incorrect

Check that:

* Products are active.
* Products are available on the Online Store sales channel.
* Products have available variants.
* Products have prices.
* Items were successfully added to cart.
* The cart was tested in a normal storefront preview or live storefront.
* Browser cache or preview state is not causing an old cart to appear.

***

### Save your changes

After editing the Cart page, click **Save**.

If changes do not appear immediately, refresh the storefront or open the page in a private browser window.


---

# 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.lufavo.com/frameora/page-setup/cart-page.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.
