CALLBACK_commerce_payment_method_redirect_form |
modules/payment/commerce_payment.api.php |
Payment method callback; generation callback for the payment redirect form. |
|
|
CALLBACK_commerce_payment_method_redirect_form_back |
modules/payment/commerce_payment.api.php |
Payment method callback; cancellation callback for the redirected payments. |
|
|
CALLBACK_commerce_payment_method_redirect_form_submit |
modules/payment/commerce_payment.api.php |
Payment method callback; submission callback for redirected payments. |
|
|
CALLBACK_commerce_payment_method_redirect_form_validate |
modules/payment/commerce_payment.api.php |
Payment method callback; validation callback for redirected payments. |
|
|
CALLBACK_commerce_payment_method_settings_form |
modules/payment/commerce_payment.api.php |
Payment method callback; return the settings form for a payment method. |
|
|
CALLBACK_commerce_payment_method_submit_form |
modules/payment/commerce_payment.api.php |
Payment method callback; generation callback for the payment submission form. |
|
|
CALLBACK_commerce_payment_method_submit_form_submit |
modules/payment/commerce_payment.api.php |
Payment method callback; validate callback for the payment submission form. |
|
|
CALLBACK_commerce_payment_method_submit_form_validate |
modules/payment/commerce_payment.api.php |
Payment method callback; validate callback for the payment submission form. |
|
|
commerce_activate_field |
./commerce.module |
Attempts to directly activate a field that was disabled due to its module
being disabled. |
9 |
|
commerce_cart_add_to_cart_form |
modules/cart/commerce_cart.module |
Builds an Add to Cart form for a set of products. |
1 |
8 |
commerce_cart_add_to_cart_form_after_build |
modules/cart/commerce_cart.module |
After build callback for the Add to Cart form. |
|
1 |
commerce_cart_add_to_cart_form_attributes_refresh |
modules/cart/commerce_cart.module |
Ajax callback: returns AJAX commands when an attribute widget is changed. |
|
1 |
commerce_cart_add_to_cart_form_disabled_validate |
modules/cart/commerce_cart.module |
Validation callback that prevents submission if the product is not available. |
|
1 |
commerce_cart_add_to_cart_form_id |
modules/cart/commerce_cart.module |
Builds an appropriate cart form ID based on the products on the form. |
4 |
|
commerce_cart_add_to_cart_form_product_ids |
modules/cart/commerce_cart.module |
Returns an array of product IDs used for building an Add to Cart form from
the context information in a line item's data array. |
2 |
|
commerce_cart_add_to_cart_form_submit |
modules/cart/commerce_cart.module |
Form submit handler: add the selected product to the cart. |
|
1 |
commerce_cart_add_to_cart_form_validate |
modules/cart/commerce_cart.module |
Form validate handler: validate the product and quantity to add to the cart. |
|
1 |
commerce_cart_add_to_cart_views_form_refresh |
modules/cart/commerce_cart.module |
Ajax callback: returns AJAX commands when an attribute widget is changed on
the Views powered shopping cart form. |
|
1 |
commerce_cart_attribute_widget_title |
modules/cart/commerce_cart.module |
Returns the title of an attribute widget for the Add to Cart form. |
1 |
|
commerce_cart_block_info |
modules/cart/commerce_cart.module |
Implements hook_block_info(). |
|
|
commerce_cart_block_view |
modules/cart/commerce_cart.module |
Implements hook_block_view(). |
|
|
commerce_cart_checkout_form_cancel_submit |
modules/cart/commerce_cart.module |
Submit handler to take back the order to cart status on cancel in checkout. |
|
1 |
commerce_cart_checkout_router |
modules/cart/includes/commerce_cart.pages.inc |
Redirects invalid checkout attempts or displays the checkout form if valid. |
|
1 |
commerce_cart_commerce_checkout_complete |
modules/cart/commerce_cart.module |
Implements hook_commerce_checkout_complete(). |
|
|
commerce_cart_commerce_checkout_pane_info |
modules/cart/commerce_cart.module |
Implements hook_commerce_checkout_pane_info(). |
|
|
commerce_cart_commerce_entity_access_condition_commerce_order_alter |
modules/cart/commerce_cart.module |
Implements hook_commerce_entity_access_condition_commerce_order_alter(). |
|
|
commerce_cart_commerce_line_item_summary_link_info |
modules/cart/commerce_cart.module |
Implements hook_commerce_line_item_summary_link_info(). |
|
|
commerce_cart_commerce_order_delete |
modules/cart/commerce_cart.module |
Implements hook_commerce_order_delete(). |
|
|
commerce_cart_commerce_order_load |
modules/cart/commerce_cart.module |
Implements hook_commerce_order_load(). |
|
|
commerce_cart_commerce_order_state_info |
modules/cart/commerce_cart.module |
Implements hook_commerce_order_state_info(). |
|
|
commerce_cart_commerce_order_status_info |
modules/cart/commerce_cart.module |
Implements hook_commerce_order_status_info(). |
|
|
commerce_cart_commerce_product_calculate_sell_price_line_item_alter |
modules/cart/commerce_cart.module |
Implements hook_commerce_product_calculate_sell_price_line_item_alter(). |
|
|
commerce_cart_contents_pane_checkout_form |
modules/cart/includes/commerce_cart.checkout_pane.inc |
Checkout pane callback: returns the cart contents View for inclusion in the
checkout form. |
|
|
commerce_cart_contents_pane_review |
modules/cart/includes/commerce_cart.checkout_pane.inc |
Checkout pane callback: returns the cart contents review data for the
Review checkout pane. |
|
|
commerce_cart_contents_pane_settings_form |
modules/cart/includes/commerce_cart.checkout_pane.inc |
Checkout pane callback: returns the cart contents pane's settings form. |
|
|
commerce_cart_ctools_plugin_directory |
modules/cart/commerce_cart.module |
Implements hook_ctools_plugin_directory(). |
|
|
commerce_cart_ctools_plugin_type |
modules/cart/commerce_cart.module |
Implements hook_ctools_plugin_type(). |
|
|
commerce_cart_default_rules_configuration |
modules/cart/commerce_cart.rules_defaults.inc |
Implements hook_default_rules_configuration(). |
|
|
commerce_cart_entity_property_info_alter |
modules/cart/commerce_cart.info.inc |
Implements hook_entity_property_info_alter(). |
|
|
commerce_cart_field_attach_view_alter |
modules/cart/commerce_cart.module |
Implements hook_field_attach_view_alter(). |
|
|
commerce_cart_field_attribute_eligible |
modules/cart/commerce_cart.module |
Determines whether or not the given field is eligible to function as a
product attribute field on the Add to Cart form. |
1 |
|
commerce_cart_field_formatter_info |
modules/cart/commerce_cart.module |
Implements hook_field_formatter_info(). |
|
|
commerce_cart_field_formatter_settings_form |
modules/cart/commerce_cart.module |
Implements hook_field_formatter_settings_form(). |
|
|
commerce_cart_field_formatter_settings_form_quantity_validate |
modules/cart/commerce_cart.module |
Element validate callback: ensure a valid quantity is entered. |
|
2 |
commerce_cart_field_formatter_settings_summary |
modules/cart/commerce_cart.module |
Implements hook_field_formatter_settings_summary(). |
|
|
commerce_cart_field_formatter_view |
modules/cart/commerce_cart.module |
Implements hook_field_formatter_view(). |
|
|
commerce_cart_field_info_alter |
modules/cart/commerce_cart.module |
Implements hook_field_info_alter(). |
|
|
commerce_cart_field_instance_access_settings |
modules/cart/commerce_cart.module |
Returns an array of cart form field access settings for a field instance. |
2 |
|
commerce_cart_field_instance_attribute_settings |
modules/cart/commerce_cart.module |
Returns an array of attribute settings for a field instance. |
4 |
|
commerce_cart_field_instance_is_attribute |
modules/cart/commerce_cart.module |
Determines whether or not a field instance is fucntioning as a product
attribute field. |
2 |
|