# Mini Cart Canvas

When you click on the cart icon above the header, the cart canvas will be displayed. Cart canvas has 2 states: There are items in the cart, and when the cart is empty. When the cart is empty, you can add suggested top collections to motivate customers to shop.

{% hint style="success" %}
From "**Theme Settings**", click the tab "**Vinova Cart**", Please scroll down to the bottom of the page, where you will find a section called "**Vinova Mini Cart Canvas**".
{% endhint %}

1. **Cart note:** Enable / Disable note for this order. **Please note:** this is a note for the whole order, not for each product. If you want to note each product you need to write a note on the detail page of that product
2. **Shipping Rates Calculator:** Enable / Disable the Shipping Rates Calculator and change some text content
3. **Discount code:** Enable / Disable coupon code
4. **Choose cart icon :** Change the cart icon style at the top. The list of icons corresponding to the styles, we have detailed instructions [**HERE**](/furstore-documentation/general-settings/header-settings.md)
5. **Collections On Cart Empty :** Add suggested top collections to motivate customers to shop

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


---

# 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://documents.vinovathemes.com/furstore-documentation/cart-settings/mini-cart-canvas.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.
