CartSummaryList container
The CartSummaryList
container displays a summary of the items in the shopping cart by rendering a list of CartItem
components. Each CartItem
represents an individual item in the cart.
Configurations
The CartSummaryList
container provides the following configuration options:
The CartModel
object has the following shape:
Supported slots
The CartSummaryList
container supports the following slots:
- Heading
- EmptyCart
- Footer
- Thumbnail
- ProductAttributes
- CartSummaryFooter
Example configuration
The following example demonstrates how to render the CartSummaryList
container with the routeProduct
and routeEmptyCartCTA
callbacks: