uc_cart_checkout_pane.inc

Description

This file contains the callbacks for the default checkout panes supplied with Ubercart and their corresponding helper functions.

Checkout panes are defined using hook_checkout_pane() and use a callback to handle the different processes involved in completing the checkout form. The default checkout panes are defined in uc_cart_checkout_pane() in uc_cart.module.

Functions

Namesort iconDescription
theme_address_paneTheme the delivery/billing address forms in tables.
theme_cart_review_tableFormat the cart contents table on the checkout page.
uc_checkout_pane_billingGet the billing information.
uc_checkout_pane_cartDisplay the cart contents for review during checkout.
uc_checkout_pane_commentsAllow a customer to make comments on the order.
uc_checkout_pane_customerGet the user's email address for login.
uc_checkout_pane_deliveryGet the delivery information.
_checkout_pane_dataReturn data from a checkout pane by pane ID and the array key.
_checkout_pane_listBuild a list of checkout panes defined in the enabled modules.
_uc_cart_checkout_next_paneFind the pane that displays below the pane with an ID of $pane_id.
_uc_cart_checkout_prev_paneFind the collapsible pane displayed above the pane with an ID of $pane_id.