You are here

14 calls to commerce_order_statuses() in Commerce Core 7

commerce_cart_order_id in modules/cart/commerce_cart.module
Returns the current cart order ID for the given user.
commerce_cart_order_is_cart in modules/cart/commerce_cart.module
Determines whether or not the given order is a shopping cart order.
commerce_cart_user_update in modules/cart/commerce_cart.module
Implements hook_user_update().
commerce_order_commerce_customer_profile_can_delete in modules/order/commerce_order.module
Implements hook_commerce_customer_profile_can_delete().
commerce_order_customer_order_view_access in modules/order/commerce_order_ui.module
Menu item access callback: prevent view access to the customer order display for orders in a 'cart' status and then perform a normal order access check.
commerce_order_entity_query_alter in modules/order/commerce_order.module
Implements hook_entity_query_alter().
commerce_order_form_commerce_customer_customer_profile_delete_form_alter in modules/order/commerce_order.module
Implements hook_form_FORM_ID_alter().
commerce_order_handler_filter_order_state::op_simple in modules/order/includes/views/handlers/commerce_order_handler_filter_order_state.inc
commerce_order_handler_filter_order_status::get_value_options in modules/order/includes/views/handlers/commerce_order_handler_filter_order_status.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
commerce_order_order_form in modules/order/includes/commerce_order.forms.inc
Form callback: create or edit an order.
commerce_order_status_get_title in modules/order/commerce_order.module
Returns the human readable title of any or all order statuses.
commerce_order_status_load in modules/order/commerce_order.module
Returns an order status object.
commerce_order_status_options_list in modules/order/commerce_order.module
Wraps commerce_order_status_get_title() for use by the Entity module.
drush_commerce_order_update_placed_timestamp in modules/order/commerce_order.drush.inc
Update the placed timestamp for existing placed orders.