You are here

18 calls to commerce_product_line_item_types() in Commerce Core 7

CommerceCartTestCaseMultiProducts::testCommerceCartOrder in modules/cart/tests/commerce_cart.test
Test if the product is present in the order stored in db.
CommerceCartTestCaseSimpleProduct::testCommerceCartOrder in modules/cart/tests/commerce_cart.test
Test if the product is present in the order stored in db.
commerce_cart_block_view in modules/cart/commerce_cart.module
Implements hook_block_view().
commerce_cart_checkout_router in modules/cart/includes/commerce_cart.pages.inc
Redirects invalid checkout attempts or displays the checkout form if valid.
commerce_cart_field_formatter_settings_form in modules/cart/commerce_cart.module
Implements hook_field_formatter_settings_form().
commerce_cart_field_formatter_settings_summary in modules/cart/commerce_cart.module
Implements hook_field_formatter_settings_summary().
commerce_cart_form_field_ui_field_edit_form_alter in modules/cart/commerce_cart.module
Implements hook_form_FORM_ID_alter().
commerce_cart_handler_field_add_to_cart_form::options_form in modules/cart/includes/views/handlers/commerce_cart_handler_field_add_to_cart_form.inc
Provide the add to cart display options.
commerce_cart_handler_field_edit_attributes::views_form in modules/cart/includes/views/handlers/commerce_cart_handler_field_edit_attributes.inc
Returns the form which replaces the placeholder from render().
commerce_cart_line_item_delete_form_submit in modules/cart/commerce_cart.module
Submit handler to show the line item delete message.
commerce_cart_menu_item_title in modules/cart/commerce_cart.module
Returns the title of the shopping cart menu item with an item count.
commerce_cart_order_product_line_item_delete in modules/cart/commerce_cart.module
Deletes a product line item from a shopping cart order.
commerce_cart_order_refresh in modules/cart/commerce_cart.module
Refreshes the contents of a shopping cart by finding the most current prices for any product line items on the order.
commerce_cart_view in modules/cart/includes/commerce_cart.pages.inc
Displays the shopping cart form and associated information.
commerce_order_rules_compare_total_quantity in modules/order/commerce_order.rules.inc
Condition callback: compares the total quantity of products on an order against the specified quantity.
commerce_product_reference_commerce_checkout_order_can_checkout in modules/product_reference/commerce_product_reference.module
Implements hook_commerce_checkout_order_can_checkout().
commerce_product_reference_handler_filter_product_line_item_type::query in modules/product_reference/includes/views/handlers/commerce_product_reference_handler_filter_product_line_item_type.inc
Query against the line item's type column using an IN() condition.
hook_commerce_checkout_order_can_checkout in modules/checkout/commerce_checkout.api.php
Allows modules to confirm that an order may proceed to checkout.