You are here

Functions in Ubercart 7.3

Primary tabs

Namesort descending Location Description Direct uses Strings
ca_add_actions uc_store/includes/ca.inc Reads a predicate's actions array and add them to a Rule. 1
ca_add_conditions uc_store/includes/ca.inc Reads a predicate's conditions array and add them to a component. 2
ca_convert_predicate uc_store/includes/ca.inc Base helper function to convert CA predicates to Rules configurations.
ca_data_map uc_store/includes/ca.inc Maps obsolete conditions to correct settings for 'data_is'. 1
ca_extract_conditions uc_store/includes/ca.inc Saves the conditions of the predicate as a separate component. 1
coder_review_uc3x_reviews uc_store/includes/coder_review_uc3x.inc Warns about namespace and function name changes.
form_type_uc_price_value uc_store/uc_store.module Helper function to determine the value for a uc_price form element.
hook_tapir_table_alter uc_store/uc_store.api.php Allows modules to alter the TAPIr table after the rows are populated.
hook_ucga_display uc_googleanalytics/uc_googleanalytics.api.php Determines whether e-commerce tracking code should be added to the page.
hook_ucga_item_alter uc_googleanalytics/uc_googleanalytics.api.php Allows modules to alter items passed to the e-commerce tracking code.
hook_ucga_trans_alter uc_googleanalytics/uc_googleanalytics.api.php Allows modules to alter the transaction data passed to Google Analytics.
hook_uc_add_to_cart uc_cart/uc_cart.api.php Performs extra processing when an item is added to the shopping cart.
hook_uc_add_to_cart_data uc_cart/uc_cart.api.php Adds extra information to a cart item's "data" array.
hook_uc_authorizenet_transaction_alter payment/uc_authorizenet/uc_authorizenet.api.php Allows transaction data to be altered before sending to Authorize.net.
hook_uc_calculate_tax uc_taxes/uc_taxes.api.php Calculates tax line items for an order.
hook_uc_cart_checkout_start uc_cart/uc_cart.api.php Takes action immediately before bringing up the checkout page.
hook_uc_cart_display uc_cart/uc_cart.api.php Controls the display of an item in the cart.
hook_uc_cart_item_delete uc_cart/uc_cart.api.php Act on cart item entities when deleted.
hook_uc_cart_item_insert uc_cart/uc_cart.api.php Act on cart item entities when inserted.
hook_uc_cart_item_presave uc_cart/uc_cart.api.php Act on a cart item before it is about to be created or updated.
hook_uc_cart_item_update uc_cart/uc_cart.api.php Act on cart item entities when updated.
hook_uc_cart_pane uc_cart/uc_cart.api.php Registers callbacks for a cart pane.
hook_uc_cart_pane_alter uc_cart/uc_cart.api.php Alters cart pane definitions.
hook_uc_checkout_complete uc_cart/uc_cart.api.php Takes action when checkout is completed.
hook_uc_checkout_pane uc_cart/uc_cart.api.php Registers callbacks for a checkout pane.
hook_uc_checkout_pane_alter uc_cart/uc_cart.api.php Alters checkout pane definitions.
hook_uc_download_authorize uc_file/uc_file.api.php Gives clearance to a user to download a file.
hook_uc_file_action uc_file/uc_file.api.php Performs actions on file products.
hook_uc_file_transfer_alter uc_file/uc_file.api.php Makes changes to a file before it is downloaded by the customer.
hook_uc_form_alter uc_store/uc_store.api.php Allows modules to modify forms before Drupal invokes hook_form_alter().
hook_uc_invoice_templates uc_order/uc_order.api.php Adds invoice templates to the list of suggested template files.
hook_uc_line_item uc_order/uc_order.api.php Defines line items that are attached to orders.
hook_uc_line_item_alter uc_order/uc_order.api.php Alters a line item on an order when the order is loaded.
hook_uc_line_item_data_alter uc_order/uc_order.api.php Alters the line item definitions declared in hook_uc_line_item().
hook_uc_message uc_store/uc_store.api.php Convenience function to display large blocks of text in several places.
hook_uc_order uc_order/uc_order.api.php Performs actions on orders.
hook_uc_order_actions uc_order/uc_order.api.php Adds links to local tasks for orders on the admin's list of orders.
hook_uc_order_actions_alter uc_order/uc_order.api.php Allows the local task icons for orders to be altered.
hook_uc_order_pane uc_order/uc_order.api.php Registers callbacks for an order pane.
hook_uc_order_pane_alter uc_order/uc_order.api.php Alter order pane definitions.
hook_uc_order_product_alter uc_order/uc_order.api.php Allows modules to alter order products when they're loaded with an order.
hook_uc_order_product_can_ship uc_order/uc_order.api.php Allow modules to specify whether a product is shippable.
hook_uc_order_product_delete uc_order/uc_order.api.php Responds after order product deletion.
hook_uc_order_product_insert uc_order/uc_order.api.php Responds when an order product is inserted.
hook_uc_order_product_load uc_order/uc_order.api.php Acts on order products being loaded from the database.
hook_uc_order_product_presave uc_order/uc_order.api.php Acts on an order product being inserted or updated.
hook_uc_order_product_update uc_order/uc_order.api.php Responds to an order product being updated.
hook_uc_order_state uc_order/uc_order.api.php Registers static order states.
hook_uc_payment_entered payment/uc_payment/uc_payment.api.php Takes action when a payment is entered for an order.
hook_uc_payment_gateway payment/uc_payment/uc_payment.api.php Registers credit card payment gateway callbacks.

Pages

Other projects