Available Since: V1.0.0
Wrapper for the cart table.
<table width="100%" class="cart"> <tr> <th scope="col">[[+descLabel]]</th> <th scope="col">[[+qtyLabel]]</th> <th scope="col">[[+priceLabel]]</th> <th scope="col">[[+totalLabel]]</th> </tr> [[+cartLines]] </table>
| Placeholder | Description |
|---|---|
| descLabel | The description column label. |
| qtyLabel | The quantity column label. |
| priceLabel | The price column label. |
| totalLabel | The line total column label. |
| cartLines | The cart lines formatted with cart.line |