Skip to main content

Function: CartSummary()

CartSummary(rawProps): Element

Defined in: components/CartSummary.tsx:84

Order totals panel: lists subtotal, discount, shipping, VAT lines and grand total, with a checkout button (or a request-authorization button when the cart exceeds the user's purchase-authorization limit).

Parameters

rawProps

CartSummaryProps

Returns

Element

Remarks

Uses useCart for the purchase-authorization request.