Responsive
Atoms
FormLabel
Default
Molecules
ContactDetails
Default
Organisms
HeaderMinimal
Default
ServicesGroupFinderBlock
With Results No Results

CheckoutCards / Confirmation State - Order Review

Multiple checkout cards in confirmation state showing final quantities

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Organisms/CheckoutCards/CheckoutCards.cshtml", new CheckoutCardsProps
{
"Heading": "Order summary",
"Cards": [
{
"Title": "About Breast Cancer Now (BCN-About)",
"ImageHtml": null,
"Quantity": 10,
"MaxQuantity": 1,
"CanEdit": false,
"IsHistoric": false,
"OrderNumber": null,
"OrderDate": null,
"LinkUrl": "#",
"Language": null,
"RemoveUrl": null,
"FormContent": null,
"IsOrderCard": false,
"ViewOrderUrl": null,
"ShowReorderOption": false
},
{
"Title": "Living with secondary breast cancer",
"ImageHtml": {},
"Quantity": 5,
"MaxQuantity": 1,
"CanEdit": false,
"IsHistoric": false,
"OrderNumber": null,
"OrderDate": null,
"LinkUrl": "#",
"Language": null,
"RemoveUrl": null,
"FormContent": null,
"IsOrderCard": false,
"ViewOrderUrl": null,
"ShowReorderOption": false
}
]
})
♿ Accessibility