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

> Web-Komponente msm-shopping-cart.

`msm-shopping-cart` ist eine Web-Komponente (Lit).

## Zweck

Anzeige und Interaktion mit dem Warenkorb.

## Beispiel

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

## Attribute / Properties

| Name                      | Typ     | Standard | Hinweise      |
| ------------------------- | ------- | -------- | ------------- |
| `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

Diese Komponente feuert keine eigenen Custom Events.

## CSS parts

* `base`

## Slots

Keine Slots dokumentiert.

## Methoden

Keine öffentlichen Methoden dokumentiert.
