Available Since: V1.0.0
Displays the shopping cart.
| Parameter | Description |
|---|---|
| checkoutPage | The ID of the document holding the checkout page, this parameter must always be included. |
| shippingForm | Flags if the shipping estimation form should be shown, `1`, or hidden, `0`, defaults to `1`. |
| secureCheckout | Flags if to use https, `1`, or http, `0` to transfer the user to the checkout page, defaults to `0`. |
| redirectOnEmpty | If given is the ID of the document to redirect the shopper to when the cart is emptied. |
| lineChunk | The name of the chunk to use to format cart lines, defaults to `cart.line`. |
| shortLineChunk | The name of the chunk to format short cart lines with, defaults to `cart.shortLine`. |
| wrapperChunk | The name of the chunk to wrap the cart in, defaults to `cart.wrapper`. |
| continueShopping | If set to `1` displays a continue shopping button to take the user to the last product added; defaults to `0`. |