# General Settings

Customize various aspects of your WooCommerce store's functionality with the options available under **Appearance -> Customize -> WooCommerce -> General Settings**. This section provides you with control over several key features that impact the shopping experience on your site.

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

* [**Add to Cart Behaviour**](#add-to-cart-behaviour): Set the action that occurs after a product is added to the cart.
* [**Mini Cart**](/post-types/woocommerce/general-settings/mini-cart.md): Manage the display of the mini cart.
* [**Free Shipping Bar**](/post-types/woocommerce/general-settings/free-shipping-bar.md): Show a bar on shop pages to inform customers about free shipping.
* [**Product Badge**](/post-types/woocommerce/general-settings/product-badges.md): Manage the style of product badges.

### Add to Cart Behaviour

Set the action that occurs after a product is added to the cart. This setting determines how your store responds when customers add items to their shopping carts, enhancing their overall shopping experience.

* **None**: No additional action is taken after a product is added to the cart. Customers will remain on the same page, allowing them to continue shopping without interruption.
* **Show Mini Cart**: Displays the mini cart, which provides a quick preview of the items added to the cart. This option can enhance the shopping experience by giving customers immediate feedback about their cart contents and allowing them to view and access their cart without leaving the current page.


---

# 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://docs.kaliumtheme.com/post-types/woocommerce/general-settings.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.
