You are here

8 calls to commerce_checkout_pages() in Commerce Core 7

commerce_checkout_builder_form in modules/checkout/includes/commerce_checkout.admin.inc
Build the checkout form builder, adding in data for the checkout pages and the appropriate fields to enable tabledrag on the checkout panes.
commerce_checkout_builder_form_validate in modules/checkout/includes/commerce_checkout.admin.inc
Validation handler for the checkout builder form.
commerce_checkout_commerce_order_status_info in modules/checkout/commerce_checkout.module
Implements hook_commerce_order_status_info().
commerce_checkout_first_checkout_page in modules/checkout/commerce_checkout.module
Returns the page ID of the first checkout page to be used.
commerce_checkout_page_access in modules/checkout/commerce_checkout.module
Checks access to a particular checkout page for a given order.
commerce_checkout_page_load in modules/checkout/commerce_checkout.module
Returns a checkout page object.
commerce_checkout_review_pane_checkout_form in modules/checkout/includes/commerce_checkout.checkout_pane.inc
Checkout pane callback: returns a pane allowing the customer to review the details of the order.
commerce_checkout_router in modules/checkout/includes/commerce_checkout.pages.inc
Redirects invalid checkout attempts or displays the checkout form if valid.