10 calls to commerce_order_status_load() in Commerce Core 7
- CommerceOrderUIAdminTest::testCommerceOrderUIViewOrderAdmin in modules/
order/ tests/ commerce_order_ui.test - Check the integrity of the order admin page and also if a given order is displayed correctly.
- commerce_cart_line_item_views_form_submit in modules/
cart/ commerce_cart.module - Submit handler to show the shopping cart updated message.
- commerce_checkout_complete_access in modules/
checkout/ commerce_checkout.module - Determines if the given order should have access to the checkout completion page based on its order status.
- commerce_checkout_order_uri in modules/
checkout/ commerce_checkout.module - Returns the current checkout URI for the given order.
- commerce_checkout_page_access in modules/
checkout/ commerce_checkout.module - Checks access to a particular checkout page for a given order.
- commerce_order_get_properties in modules/
order/ commerce_order.module - Callback for getting order properties.
- commerce_order_handler_field_order_state::render in modules/
order/ includes/ views/ handlers/ commerce_order_handler_field_order_state.inc - Render the field.
- commerce_order_tokens in modules/
order/ commerce_order.tokens.inc - Implements hook_tokens().
- commerce_payment_redirect_pane_next_page in modules/
payment/ commerce_payment.module - Moves an order ahead to the next page via an order update and redirect.
- commerce_payment_redirect_pane_previous_page in modules/
payment/ commerce_payment.module - Moves an order back to the previous page via an order update and redirect.