
msMiniCart
Simple snippet for outputting the current cart status.

Parameters
| Parameter | Default | Description |
|---|---|---|
| tpl | tpl.msMiniCart | Output chunk |
Output
The snippet works with a Fenom chunk and passes cart status from the user session. Typically:
- total_count — total number of items in the cart
- total_cost — total cart cost
These may differ if you use an extended cart class.
The default chunk has two blocks with classes empty and not_empty for the two cart states.
