You are here

11 calls to commerce_order_access() in Commerce Core 7

commerce_cart_order_refresh_form_access in modules/cart/commerce_cart.module
Access callback: determines access to the "Apply pricing rules" local action.
commerce_checkout_complete_form_access in modules/checkout/commerce_checkout.module
Access callback: determines access to the "Simulate checkout completion" local action.
commerce_line_item_access in modules/line_item/commerce_line_item.module
Determines access to perform an operation on a particular line item.
commerce_order_admin_order_view_access in modules/order/commerce_order_ui.module
Menu item access callback: prevent view access to the admin order display for customers who have 'view' access to the order but not administration pages.
commerce_order_commerce_line_item_access in modules/order/commerce_order.module
Implements hook_commerce_line_item_access().
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_handler_field_order_link_delete::render in modules/order/includes/views/handlers/commerce_order_handler_field_order_link_delete.inc
Render the field.
commerce_order_handler_field_order_link_edit::render in modules/order/includes/views/handlers/commerce_order_handler_field_order_link_edit.inc
Render the field.
commerce_order_rules_access in modules/order/commerce_order.module
Rules integration access callback.
commerce_order_ui_redirect_form_validate in modules/order/commerce_order_ui.module
Validate callback: ensure a valid order was specified for viewing.
commerce_payment_transaction_order_access in modules/payment/commerce_payment.module
Determines access for a variety of operations for payment transactions on a given order.