8 calls to commerce_checkout_panes() in Commerce Core 7
- CommerceCheckoutTestProcess::testCommerceCheckoutValidatePanesAnonymousUser in modules/
checkout/ tests/ commerce_checkout.test - Test the checkout validation panes with anonymous user.
- 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_form in modules/
checkout/ includes/ commerce_checkout.pages.inc - Builds the checkout form for the given order on the specified checkout page.
- commerce_checkout_form_validate in modules/
checkout/ includes/ commerce_checkout.pages.inc - Validate handler for the continue button of the checkout form.
- commerce_checkout_pages in modules/
checkout/ commerce_checkout.module - Returns an array of checkout pages defined by enabled modules.
- commerce_checkout_pane_load in modules/
checkout/ commerce_checkout.module - Loads the data for a specific checkout pane.
- 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.