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
Returns
Element
Remarks
Uses useCart for the purchase-authorization request.