You are here

Functions in Ubercart Discounts (Alternative) 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
add_discount_line_items_to_order uc_discounts/uc_discounts.module Add discount line items to order 2
add_product_price_altering_css product_price_alterer_field/product_price_alterer_field.module Function for writing css to product page. 2
add_product_price_altering_javascript product_price_alterer_field/product_price_alterer_field.module Function for writing javascript to product page. 2
codeless_discounts_field_content_is_empty codeless_discounts_field/codeless_discounts_field.module Implementation of hook_content_is_empty().
codeless_discounts_field_disable codeless_discounts_field/codeless_discounts_field.install Implementation of hook_disable().
codeless_discounts_field_enable codeless_discounts_field/codeless_discounts_field.install Implementation of hook_enable().
codeless_discounts_field_field codeless_discounts_field/codeless_discounts_field.module Implementation of hook_field()
codeless_discounts_field_field_formatter_info codeless_discounts_field/codeless_discounts_field.module Implementation of hook_field_formatter_info().
codeless_discounts_field_field_info codeless_discounts_field/codeless_discounts_field.module Implementation of hook_field_info().
codeless_discounts_field_install codeless_discounts_field/codeless_discounts_field.install Implementation of hook_install().
codeless_discounts_field_theme codeless_discounts_field/codeless_discounts_field.module Implementation of hook_theme().
codeless_discounts_field_uninstall codeless_discounts_field/codeless_discounts_field.install Implementation of hook_uninstall().
codeless_discounts_field_widget codeless_discounts_field/codeless_discounts_field.module Implementation of hook_widget().
codeless_discounts_field_widget_info codeless_discounts_field/codeless_discounts_field.module Implementation of hook_widget_info().
discount_amount_formatted uc_discounts/uc_discounts.module 1
discount_type_name uc_discounts/uc_discounts.module 2
discount_type_options uc_discounts/uc_discounts.module Returns an array of discount types with descriptions. 2
get_author_ids_for_discount uc_discounts/uc_discounts.module Returns author_ids for discount. 3
get_classes_for_discount uc_discounts/uc_discounts.module Returns Product Class names for discount. 3
get_codeless_discounts_for_product uc_discounts/uc_discounts.module Returns all codeless discounts for product. 1
get_codeless_discounts_for_product_and_quantity uc_discounts/uc_discounts.module Returns all codeless discounts for product when specified quantity is purchased. 2
get_codes_for_discount uc_discounts/uc_discounts.module Returns codes for discount. 3
get_discounts_for_order uc_discounts/uc_discounts.module Returns discounts for order. Note: $order->uc_discounts_codes must be set 9
get_existing_discount_line_items uc_discounts/uc_discounts.module Returns existing discounts line items for order. 1
get_product_ids_for_discount uc_discounts/uc_discounts.module Returns product_ids for discount. Note: this function does not check filter_type so a discount with filter_type other than FILTER_TYPE_PRODUCTS will return no values. 3
get_product_ids_for_discount_object uc_discounts/uc_discounts.module Returns product_ids for discount object. Note: this function correctly returns all products for term-based discounts. 2
get_role_ids_for_discount uc_discounts/uc_discounts.module Returns role_ids for discount. 2
get_skus_for_discount uc_discounts/uc_discounts.module Returns SKUs for discount. 3
get_term_ids_for_discount uc_discounts/uc_discounts.module Returns term_ids for discount. 3
product_price_alterer_field_content_is_empty product_price_alterer_field/product_price_alterer_field.module Implementation of hook_content_is_empty().
product_price_alterer_field_disable product_price_alterer_field/product_price_alterer_field.install Implementation of hook_disable().
product_price_alterer_field_enable product_price_alterer_field/product_price_alterer_field.install Implementation of hook_enable().
product_price_alterer_field_field product_price_alterer_field/product_price_alterer_field.module Implementation of hook_field()
product_price_alterer_field_field_formatter_info product_price_alterer_field/product_price_alterer_field.module Implementation of hook_field_formatter_info().
product_price_alterer_field_field_info product_price_alterer_field/product_price_alterer_field.module Implementation of hook_field_info().
product_price_alterer_field_install product_price_alterer_field/product_price_alterer_field.install Implementation of hook_install().
product_price_alterer_field_theme product_price_alterer_field/product_price_alterer_field.module Implementation of hook_theme().
product_price_alterer_field_uninstall product_price_alterer_field/product_price_alterer_field.install Implementation of hook_uninstall().
product_price_alterer_field_views_api product_price_alterer_field/product_price_alterer_field.module Implementation hook_views_api
product_price_alterer_field_views_data product_price_alterer_field/product_price_alterer_field.views.inc Implementation of hook_views_data() Register all of the basic handlers views uses.
product_price_alterer_field_views_handlers product_price_alterer_field/product_price_alterer_field.views.inc Implementation of hook_views_handlers() Register all of the basic handlers views uses.
product_price_alterer_field_widget product_price_alterer_field/product_price_alterer_field.module Implementation of hook_widget().
product_price_alterer_field_widget_info product_price_alterer_field/product_price_alterer_field.module Implementation of hook_widget_info().
qualifying_type_name uc_discounts/uc_discounts.module 2
qualifying_type_options uc_discounts/uc_discounts.module Returns an array of qualifying types with descriptions. 2
theme_codeless_discounts_field_formatter_default codeless_discounts_field/codeless_discounts_field.module Theme function for codeless discounts element.
theme_codeless_discounts_field_get_codeless_discount_html_for_product codeless_discounts_field/codeless_discounts_field.module
theme_product_discounted_price product_price_alterer_field/product_price_alterer_field.module Theme function for producing product discounted price html. Returns discounted price for product (based on passed discounts).
theme_product_price_alterer_field_formatter_default product_price_alterer_field/product_price_alterer_field.module Theme function for 'default' text field formatter.
theme_uc_discounts_cart_checkout_table uc_discounts/uc_discounts.module

Pages

Other projects