> For the complete documentation index, see [llms.txt](https://docs.upsellwp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.upsellwp.com/add-ons/mini-cart/customizing-side-cart-template-override.md).

# 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 :)
