# Link up "View Cart" button

You might want to update or add existing *View cart* buttons or links in your current theme. Most typically this would be the little cart icon that usually lives in the menu or header of your theme.

Follow these steps to open the integrated Firmhouse cart when a *view cart* button is clicked.

First you need to locate where your Cart button is loaded in. Typically this will be in `header.liquid` of your Shopify theme.

Then make sure to add the following `onClick` handler to your button:

```html
onclick="Firmhouse.showCart()"
```

Also make sure that the `href` is set to `#` so that the button will not fall back to the standard Shopify cart.

Here's how it should look like:

<figure><img src="https://2065262705-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTbA6hGFVeEriQvTMtvtQ%2Fuploads%2Fgit-blob-64701035f58046ef90e5913fea4c95445b66fae1%2Fshopify-view-cart-after.png?alt=media" alt=""><figcaption></figcaption></figure>
