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