You are here

Functions in Commerce Rules Extra 7

Primary tabs

Namesort descending Location Description Direct uses Strings
commerce_rules_extra_cart_submit ./commerce_rules_extra.module 1
commerce_rules_extra_change_pane ./commerce_rules_extra.rules.inc Callback function for rule commerce_rules_extra_change_pane
commerce_rules_extra_commerce_cart_product_add ./commerce_rules_extra.module
commerce_rules_extra_commerce_cart_product_remove ./commerce_rules_extra.module
commerce_rules_extra_commerce_checkout_pane_info_alter ./commerce_rules_extra.module Implements hook_commerce_checkout_pane_info_alter
commerce_rules_extra_compare_termed_product_quantity ./commerce_rules_extra.rules.inc Calculates the quantity of products in an order that have the term $term_id and compares it to a given value
commerce_rules_extra_compare_termed_product_quantity_form_alter ./commerce_rules_extra.rules.inc Alters the form for commerce_rules_extra_compare_termed_product_quantity so that we can require the term reference field be selected first so that the term_id list can be populated.
commerce_rules_extra_compare_total_product_type ./commerce_rules_extra.rules.inc 2
commerce_rules_extra_compare_total_product_type_amount ./commerce_rules_extra.rules.inc
commerce_rules_extra_compare_total_product_type_quantity ./commerce_rules_extra.rules.inc Condition callback: compares the total quantity of products of a specific type against the specified quantity.
commerce_rules_extra_empty_options_list ./commerce_rules_extra.module An empty options list so that Rules conditions that need manually populated options sets will have their form variables populated correctly. 1
commerce_rules_extra_form_alter ./commerce_rules_extra.module Implements hook_form_alter().
commerce_rules_extra_get_pages ./commerce_rules_extra.rules.inc Option list callback for commerce_rules_extra_change_pane 1
commerce_rules_extra_get_panes ./commerce_rules_extra.rules.inc Option list callback for commerce_rules_extra_change_pane 1
commerce_rules_extra_get_terms_list ./commerce_rules_extra.module Takes the machine name of a Taxonomy reference field and retrieves the terms for the associated vocabulary. 3
commerce_rules_extra_has_term ./commerce_rules_extra.rules.inc Check if a line item has a product with a certain term id 2
commerce_rules_extra_node_from_line_item ./commerce_rules_extra.rules.inc Callback function for rule commerce_rules_extra_node_from_line_item
commerce_rules_extra_rules_action_info ./commerce_rules_extra.rules.inc Implements hook_rules_action_info().
commerce_rules_extra_rules_condition_has_term ./commerce_rules_extra.rules.inc Rule condition for checking if a line item has a product with a certain term id
commerce_rules_extra_rules_condition_has_terms ./commerce_rules_extra.rules.inc Check if a line item has a product with certain term ids
commerce_rules_extra_rules_condition_has_terms_form_alter ./commerce_rules_extra.rules.inc Alters the form for commerce_rules_extra_rules_condition_has_terms so that we can require the term reference field be selected first so that the term_ids list can be populated.
commerce_rules_extra_rules_condition_has_term_form_alter ./commerce_rules_extra.rules.inc Alters the form for commerce_rules_extra_rules_condition_has_term so that we can require the term reference field be selected first so that the term_id list can be populated.
commerce_rules_extra_rules_condition_info ./commerce_rules_extra.rules.inc Implements hook_rules_conditions_info()
commerce_rules_extra_rules_event_info ./commerce_rules_extra.rules.inc Implements hook_rules_event_info()
commerce_rules_extra_term_fields_options_list ./commerce_rules_extra.rules.inc Returns an array of machine_names for taxonomy term reference fields 1

Other projects