Checkout Panel View

Last Updated - Platform 19.0 - SDK 14.0

The CheckoutPanelView is presented at the bottom of a CartView to present totals and checkout actions.

Container.shared.views.checkoutPanelView = {
PoqCheckoutPanelView()
}

The PoqCheckoutPanelView (default) variation of this view:

  • Presents a UIStackView to allow easy injection or custom subviews.
  • Presents the item count, total price and Checkout button.

Checkout Panel View
Checkout Panel View