1.1.4.2 (checked in on 2008/07/29 at 22:22:39 by rszrama)
These are the hooks that are invoked by the Übercart core.
Core hooks are typically called in all modules at once using module_invoke_all().
| Name | Description |
|---|---|
| hook_add_to_cart | Do extra processing when an item is added to the shopping cart. |
| hook_add_to_cart_data | Add extra information to a cart item's "data" array. |
| hook_cart_display | Control the display of an item in the cart. |
| hook_cart_item | Add extra data about an item in the cart. |
| hook_cart_pane | Register callbacks for a cart pane. |
| hook_checkout_pane | Register callbacks for a checkout pane. |
| hook_download_authorize | Give clearance to a user to download a file. |
| hook_file_action | Perform actions on file products. |
| hook_file_transfer_alter | Make changes to a file before it is downloaded by the customer. |
| hook_line_item | Used to define line items that are attached to orders. |
| hook_order | Perform actions on orders. |
| hook_order_actions | Add links to local tasks for orders on the admin's list of orders. |
| hook_order_pane | Register callbacks for an order pane. |
| hook_payment_gateway | Register payment gateway callbacks. See also@link http://www.ubercart.org/docs/api/hook_payment_gateway @endlink |
| hook_payment_method | Register callbacks for payment methods. |
| hook_product_class | Perform actions on product classes. |
| hook_product_types | List node types which should be considered products. |
| hook_shipment | Handle additional data for shipments. |
| hook_shipping_method | Define callbacks and service options for shipping methods. |
| hook_shipping_type | Define shipping types for shipping methods. |
| hook_store_status | Add status messages to the "Store administration" page. |
| hook_uc_message | Convenience function to display large blocks of text in several places. |
| hook_update_cart_item | Handle requests to update a cart item. |