> For the complete documentation index, see [llms.txt](https://minimog-wp.gitbook.io/minimog-ecommerce-wordpress-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minimog-wp.gitbook.io/minimog-ecommerce-wordpress-theme/woocommerce/cart.md).

# Cart

### Cart page

Here is how to choose Cart Page:&#x20;

From the Dashboard, navigate to WooCommerce >> Settings >> Advanced >> Cart page.

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

### Shipping Calculator

#### 1. Setting up Shipping Zone

Follow the steps in the below instruction file to set up Shipping Zone

{% embed url="<https://woocommerce.com/document/setting-up-shipping-zones/>" %}

#### 2. Setting up Shipping Calculator&#x20;

{% tabs %}
{% tab title="General Shipping Calculator" %}
To enable the Shipping Calculator in both Cart page and Cart Drawer

* Go to WooCommerce > Settings > Shipping > Shipping Options
* In Calculations section, click Enable the shipping calculator on the cart page

<figure><img src="/files/j4JWOgawx2mbUVlFyV5L" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Shipping calculator in Cart Drawer" %}
To enable Shipping calculator in Cart Drawer: **Theme Options > Shop > Cart > Cart Drawer > Shipping Calculator Modal**

<figure><img src="/files/1RCxZIQiG05bFA0ty4UD" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="FREE Shipping label" %}
Follow these steps to enable FREE Shipping label in Cart Drawer and Cart page:

<figure><img src="/files/9o90z5jZEoIt3GbGqwPt" alt=""><figcaption></figcaption></figure>

* Step 1: [Set up Shipping Zone](https://woocommerce.com/document/setting-up-shipping-zones/)
* Step 2: Create Free Shipping method, set Minimum order amount

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

<figure><img src="/files/poPVdT3WiyE3JuTqBIK7" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### Coupon

To enable Coupon in Cart Drawer, Cart page, Checkout page: **WooCommerce >> Settings >> General >> Enable coupons**

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

To enable Coupon Modal in Cart Drawer: **Theme Options >> Shop >> Cart >> Cart Drawer >> Coupon Modal**

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


---

# 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://minimog-wp.gitbook.io/minimog-ecommerce-wordpress-theme/woocommerce/cart.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.
