You are here

Functions in Ubercart Product Minimum & Maximum 7

Primary tabs

Namesort descending Location Description Direct uses Strings
theme_display_minmax ./uc_product_minmax.module Custom theme function to allow themes to override or customize display.
uc_product_minmax_cart_validate ./uc_product_minmax.module 1
uc_product_minmax_feature_delete ./uc_product_minmax.module This function gets called when a feature of this type is deleted. 1
uc_product_minmax_feature_form ./uc_product_minmax.module This form gets displayed when a product feature is added or edited for this product feature type. 1
uc_product_minmax_feature_form_submit ./uc_product_minmax.module
uc_product_minmax_feature_form_validate ./uc_product_minmax.module
uc_product_minmax_feature_load ./uc_product_minmax.module Loads min and max value based on nid. 7
uc_product_minmax_feature_settings ./uc_product_minmax.module This function gets called when an administrator browses to the product features settings form. It should return an array of form elements to add to this feature's fieldset in the form if necessary. 1
uc_product_minmax_form_alter ./uc_product_minmax.module Implementation of hook_form_alter().
uc_product_minmax_form_uc_cart_view_form_alter ./uc_product_minmax.module Prevent illegal modifications of quantities in cart
uc_product_minmax_form_uc_product_feature_add_form_alter ./uc_product_minmax.module Restrict multiple minmax features from being added to a single product. Disable feature on product kits since it doesn't have any effect on them anyway.
uc_product_minmax_install ./uc_product_minmax.install
uc_product_minmax_node_delete ./uc_product_minmax.module Implementation of hook_node_delete().
uc_product_minmax_node_load ./uc_product_minmax.module Implementation of hook_node_load().
uc_product_minmax_node_view ./uc_product_minmax.module Implementation of hook_node_view().
uc_product_minmax_product_kit_load ./uc_product_minmax.module Load product kit matches for the given node 1
uc_product_minmax_schema ./uc_product_minmax.install Implementation of hook_schema().
uc_product_minmax_theme ./uc_product_minmax.module Implementation of hook_theme() Themes the product minimum notice line on product view pages.
uc_product_minmax_uc_add_to_cart ./uc_product_minmax.module Implementation of hook_add_to_cart().
uc_product_minmax_uc_product_feature ./uc_product_minmax.module Implementation of hook_uc_product_feature().
uc_product_minmax_uninstall ./uc_product_minmax.install
uc_product_minmax_values_load ./uc_product_minmax.module Loads min and max value based on pfid. 1
_uc_minmax_get_nid ./uc_product_minmax.module Get a node id from a product feature id. 1

Other projects