> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mastermindcms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# msm-shopping-cart

> Shopping cart component.

`msm-shopping-cart` is a web component built with Lit.

## Purpose

Display and interact with the shopping cart.

## Usage

```html theme={null}
<msm-shopping-cart></msm-shopping-cart>
```

## Attributes / properties

| Name                      | Type    | Default | Notes         |
| ------------------------- | ------- | ------- | ------------- |
| `discount-price-id`       | string  | -       |               |
| `z-index`                 | number  | `1`     |               |
| `href`                    | string  | -       |               |
| `orders-page-url`         | string  | -       |               |
| `order-checkout-page-url` | string  | -       |               |
| `isOpened`                | boolean | -       | property only |
| `isLogged`                | boolean | -       | property only |
| `productPageActive`       | boolean | -       | property only |
| `theme`                   | string  | -       |               |
| `color-scheme`            | string  | -       |               |
| `variant`                 | string  | -       |               |
| `display`                 | string  | -       |               |
| `behavior`                | string  | -       |               |
| `icon`                    | string  | -       |               |
| `icon-height`             | string  | -       |               |

## Events

This component does not emit custom events.

## CSS parts

* `base`

## Slots

No documented slots.

## Methods

No documented public methods.
