Interface: ItemsOverviewProps
Defined in: components/ItemsOverview.tsx:13
Properties
cart
cart:
Cart
Defined in: components/ItemsOverview.tsx:15
Shopping cart object from which the cart items overview will be displayed
currency?
optionalcurrency?:string
Defined in: components/ItemsOverview.tsx:35
Currency symbol used by the default formatter. Default: '€'.
formatPrice?
optionalformatPrice?: (price) =>string
Defined in: components/ItemsOverview.tsx:33
Custom price formatting function
Parameters
price
number
Returns
string
itemNameClickable?
optionalitemNameClickable?:boolean
Defined in: components/ItemsOverview.tsx:24
The cart items names are clickable links
itemsOverviewContainerClass?
optionalitemsOverviewContainerClass?:string
Defined in: components/ItemsOverview.tsx:18
The CSS class for the cart items overview container
labels?
optionallabels?:Record<string,string>
Defined in: components/ItemsOverview.tsx:34
Labels for the component
language?
optionallanguage?:string
Defined in: components/ItemsOverview.tsx:36
Active language for localized surcharge names.
onCartItemNameClick?
optionalonCartItemNameClick?: (item) =>void
Defined in: components/ItemsOverview.tsx:27
Action when a cart item's name is clicked
Parameters
item
CartMainItem
Returns
void
showAvailability?
optionalshowAvailability?:boolean
Defined in: components/ItemsOverview.tsx:29
Show the availability of the cart item
showImage?
optionalshowImage?:boolean
Defined in: components/ItemsOverview.tsx:31
Show a small image of the cart item
showPrice?
optionalshowPrice?:boolean
Defined in: components/ItemsOverview.tsx:32
Show the price of the cart item
showQuantity?
optionalshowQuantity?:boolean
Defined in: components/ItemsOverview.tsx:28
Show the quantity of the cart item
showSku?
optionalshowSku?:boolean
Defined in: components/ItemsOverview.tsx:30
Show the SKU of the cart item
title?
optionaltitle?:string
Defined in: components/ItemsOverview.tsx:21
Title of the cart items overview