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
| Name | Description |
|---|---|
| theme_address_pane | Theme the delivery/billing address forms in tables. |
| theme_cart_review_table | Format the cart contents table on the checkout page. |
| uc_checkout_pane_billing | Get the billing information. |
| uc_checkout_pane_cart | Display the cart contents for review during checkout. |
| uc_checkout_pane_comments | Allow a customer to make comments on the order. |
| uc_checkout_pane_customer | Get the user's email address for login. |
| uc_checkout_pane_delivery | Get the delivery information. |
| _checkout_pane_data | Return data from a checkout pane by pane ID and the array key. |
| _checkout_pane_list | Build a list of checkout panes defined in the enabled modules. |
| _uc_cart_checkout_next_pane | Find the pane that displays below the pane with an ID of $pane_id. |
| _uc_cart_checkout_prev_pane | Find the collapsible pane displayed above the pane with an ID of $pane_id. |
