> For the complete documentation index, see [llms.txt](https://docs.woohoo.dance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.woohoo.dance/elements/cart/cart-items.md).

# Cart Items

This wrapper element acts like a loop to query cart contents. You can put anything inside to create your desired cart contents layout.

Dynamic elements that are meant to be used in this wrapper element:

| Element               | Description                         |
| --------------------- | ----------------------------------- |
| Cart Item Image       | Product image                       |
| Cart Item Name        | Product name                        |
| Cart Item Description | Product short description           |
| Cart Item Price       | Product price                       |
| Cart Item Quantity    | Quantity input with + and - buttons |
| Cart Item Remove      | Remove button                       |
| Cart Item Subtotal    | Product quantity x Product price    |
