# Customizing Side Cart template - Override

This can be done by creating a simple override at your theme level.

> NOTE: You will have to use an FTP client or the File Manager in your cPanel to carry out this change.

You can follow the below steps:

Copy the template file from the following path:

```
/wp-content/plugins/upsell-mni-cart/templates/<TEMPLATE_GROUP>/<TEMPLATE_NAME>.php
```

**Example:** /wp-content/plugins/upsell-mini-cart/templates/template-1.php

Paste it to your active theme:

```
/wp-content/themes/<YOUR_THEME_FOLDER>/upsell-mini-cart/templates/<TEMPLATE_GROUP>/<TEMPLATE_NAME>.php
```

**Example:** /wp-content/themes/\<YOUR\_THEME\_FOLDER>/upsell-mini-cart/templates/style-1

Now, you can edit the overridden file and do customization.

**Still unclear?**

If you need any assistance, please create a [support request](https://upsellwp.com/support/) in our ticket system. We are always happy to assist you :)


---

# 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.upsellwp.com/add-ons/mini-cart/customizing-side-cart-template-override.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.
