You are here

Functions in Commerce Webform 7

Primary tabs

Namesort descending Location Description Direct uses Strings
commerce_webform_autocomplete ./commerce_webform.module Returns output for product autocompletes. 1
commerce_webform_calculate_total_default_price_of_webform ./commerce_webform.module Calculate the total default price of a webform. This is the sum of all productfields if they have a default set.
commerce_webform_commerce_cart_product_comparison_properties_alter ./commerce_webform.module Implements hook_commerce_cart_product_comparison_properties_alter().
commerce_webform_commerce_line_item_type_info ./commerce_webform.module Define a special line item type for line items created via the commerce_webform module. This type will have two fields for storing the webform nid and submission sid of the webform submission which created it.
commerce_webform_configure_submit ./commerce_webform.module Submit handler for webform_configure_form(). Add the extra commerce webform configuration options. 1
commerce_webform_default_rules_configuration ./commerce_webform.rules_defaults.inc Implements hook_default_rules_configuration().
commerce_webform_entity_view ./commerce_webform.module Implements hook_entity_view().
commerce_webform_field_extra_fields ./commerce_webform.module Implements hook_field_extra_fields().
commerce_webform_form_views_form_commerce_cart_form_default_alter ./commerce_webform.module Implements hook_form_FORM_ID_alter(). Modify the cart modification form.
commerce_webform_form_webform_configure_form_alter ./commerce_webform.module Implements hook_form_FORM_ID_alter(). Add commerce webform items to Form Settings page.
commerce_webform_get_products_from_webform_submission ./commerce_webform.module Get a list of commerce products from a webform submission. 2
commerce_webform_get_webform_submission_from_lineitem ./commerce_webform.module Given a commerce line item return the linked webform submission. 1
commerce_webform_install ./commerce_webform.install Implements hook_install().
commerce_webform_is_commerce_webform ./commerce_webform.module Rules condition callback.
commerce_webform_is_commerce_webform_order ./commerce_webform.module Rules condition callback. 1
commerce_webform_is_specific_commerce_webform_order ./commerce_webform.module Rules condition callback.
commerce_webform_line_item_add_form ./commerce_webform.module Returns the elements necessary to add a product line item through a line item manager widget.
commerce_webform_line_item_add_form_submit ./commerce_webform.module Adds the selected product information to a line item added via a line item manager widget.
commerce_webform_line_item_configuration ./commerce_webform.module Ensures the commerce webform line item type contains a product reference field, webform nid reference field and webform submission sid field.
commerce_webform_line_item_title ./commerce_webform.module Returns an appropriate title for this line item.
commerce_webform_mark_paid ./commerce_webform.rules.inc Rules action. Mark commerce webform submission as paid.
commerce_webform_menu ./commerce_webform.module Implements hook_menu().
commerce_webform_order_create ./commerce_webform.rules.inc Rules action callback. Adds the product stored in a webform submission to the users cart. 1
commerce_webform_order_update ./commerce_webform.rules.inc Rules actions. Update an order from a commerce webform update.
commerce_webform_pane_checkout_form ./commerce_webform.checkout_pane.inc Checkout pane callback Validate the order to check all mandatory items are still in the order at checkout.
commerce_webform_permission ./commerce_webform.module Implements hook_permission().
commerce_webform_rules_action_info ./commerce_webform.rules.inc Implements hook_rules_action_info().
commerce_webform_rules_condition_info ./commerce_webform.rules.inc Implements hook_rules_condition_info().
commerce_webform_schema_alter ./commerce_webform.install Implements hook_schema_alter(). Add columns to the webform table. 3
commerce_webform_theme ./commerce_webform.module Implements hook_theme().
commerce_webform_tokens ./commerce_webform.tokens.inc Implements hook_token().
commerce_webform_token_info ./commerce_webform.tokens.inc Implements hook_token_info().
commerce_webform_uninstall ./commerce_webform.install Implements hook_uninstall().
commerce_webform_update_7101 ./commerce_webform.install Add an extra column to the webform table to record if submitting the webform should create a new order or add to the basket.
commerce_webform_update_webform_submission_productfield ./commerce_webform.module Update the details stored on a webform submission product field. 3
commerce_webform_webform_component_info ./commerce_webform.module Implements hook_webform_component_info(). Define the commerce webform field
theme_commerce_webform_product_display ./productfield.inc Theme of the product selection on the webform.
theme_webform_display_productfield ./productfield.inc Format the text output for this component.
_commerce_webform_cart_validate ./commerce_webform.module Commerce cart validation function. If there are commerce_webform elements in the cart, check if any have a variable quantity but are required and remove all webform items if the quantity was set to 0. 1
_commerce_webform_create_order_line_items ./commerce_webform.rules.inc Helper function to create new line items from the webform submission. Used by webform creation and webform update rules. 2
_commerce_webform_remove_line_items_from_cart_form_by_sid ./commerce_webform.module Helper function for use by the cart update form functions. Remove all line items from an order which link to a specific submission. 2
_commerce_webform_remove_required_product_from_order ./commerce_webform.module Form submission function. Someone has tried to remove a required commerce webform item from an order. Remove all submission products at the same time. 1
_commerce_webform_validate_order ./commerce_webform.checkout_pane.inc This is a check to make sure the given order still has webform specified mandatory products in it. 1
_webform_analysis_productfield ./productfield.inc Implements _webform_analysis_component().
_webform_csv_data_productfield ./productfield.inc Implements _webform_csv_data_component().
_webform_csv_headers_productfield ./productfield.inc Implements _webform_csv_headers_component().
_webform_defaults_productfield ./productfield.inc Implements _webform_defaults_component().
_webform_display_productfield ./productfield.inc Implements _webform_display_component().
_webform_edit_productfield ./productfield.inc Implements _webform_edit_component().
_webform_edit_validate_productfield ./productfield.inc Element validation callback. Ensure keys are not duplicated. 1

Pages

Other projects