For more help, visit the WebGUI Community Wiki.
The following variables are available in the template for the MiniCart macro.
- items
- A loop containing the variables of each item in the cart.
- name
- The name or title of the product.
- quantity
- The number of this item that is purchased.
- price
- The price of this item, formatted to two decimal places.
- url
- The url to view this item as configured.
- totalPrice
- The total checkout price of the cart as it stands currently.
- totalItems
- The total number of items in the cart.