| ecommerce-5--4/ ec_mail/ ec_mail.module | A very special beast that gets around FAPI not having element specific
submit functions. The form_id is stored along with variable names with
successive calls. These are then passed through to ec_mail_form_alter()
so it can add a submit hook with the... |
| address_address_load | ecommerce-5--4/ address/ address.module | Get a given address. |
| address_address_load_all | ecommerce-5--4/ address/ address.module | Get all addresses from a given user/customer. |
| address_admin | ecommerce-5--4/ address/ address.module | Module Settings |
| address_autocomplete | ecommerce-5--4/ address/ address.module | Create a list of states from a given country |
| address_customer_get_address | ecommerce-5--4/ address/ address.module | Implementation of hook_customer_get_address() |
| address_customer_info | ecommerce-5--4/ address/ address.module | Implementation of hook_customer_info() |
| address_customer_links | ecommerce-5--4/ address/ address.module | Implementation of hook_customer_links() |
| address_customer_search | ecommerce-5--4/ address/ address.module | Implementation of hook_customer_search() |
| address_fields | ecommerce-5--4/ address/ address.module | Get all address fields |
| address_install | ecommerce-5--4/ address/ address.install | e-Commerce address module schema |
| address_menu | ecommerce-5--4/ address/ address.module | Implementation of menu_hook() |
| address_page | ecommerce-5--4/ address/ address.module | The controller for managing addresses. Callback happens via menu(). |
| address_uninstall | ecommerce-5--4/ address/ address.install | Implementation of hook_uninstall(). |
| address_update_5401 | ecommerce-5--4/ address/ address.install | United Kingdom should use the ISO country code GB (not UK). |
| address_update_5402 | ecommerce-5--4/ address/ address.install | All country codes should be upper case |
| address_user | ecommerce-5--4/ address/ address.module | Implementation of hook_user() |
| auction_access | ecommerce-5--4/ contrib/ auction/ auction.module | Implementation of hook_access(). |
| auction_bid_current | ecommerce-5--4/ contrib/ auction/ auction.module | When passed a node id, returns the current bid, bidder, date and number of bids. |
| auction_bid_form | ecommerce-5--4/ contrib/ auction/ auction.module | Generates the HTML elements required for an auction bidding form. You can
retheme this form by overriding theme_auction_bid_form(). |
| auction_bid_form_submit | ecommerce-5--4/ contrib/ auction/ auction.module | Submit form, which passed validation, save bid to database |
| auction_bid_form_validate | ecommerce-5--4/ contrib/ auction/ auction.module | Checks that a new bid is valid. Currently, it simply checks that the bid
is a number and is higher than the previous bid. |
| auction_bid_history | ecommerce-5--4/ contrib/ auction/ auction.module | Displays a bidding history for the passed node id. Currently displays that
data in a table with no option to retheme in anything but a table. |
| auction_bid_save | ecommerce-5--4/ contrib/ auction/ auction.module | Save the bid |
| auction_checkout_page | ecommerce-5--4/ contrib/ auction/ auction.module | Add all auction products that the user won to cart |
| auction_ec_settings | ecommerce-5--4/ contrib/ auction/ auction.module | Implementation of e-Commerce hook_ec_settings(). |
| auction_install | ecommerce-5--4/ contrib/ auction/ auction.install | e-Commerce auction module schema |
| auction_item_paid_for | ecommerce-5--4/ contrib/ auction/ auction.module | Supposed to return true if the auction item has already been paid for.
But between you and me, I am suspicious of the logic. |
| auction_link | ecommerce-5--4/ contrib/ auction/ auction.module | Implementation of hook_link(). |
| auction_link_alter | ecommerce-5--4/ contrib/ auction/ auction.module | Implemetation of hook_links_alter() |
| auction_menu | ecommerce-5--4/ contrib/ auction/ auction.module | Implementation of hook_menu(). |
| auction_nodeapi | ecommerce-5--4/ contrib/ auction/ auction.module | Implemetation of hook_nodeapi() |
| auction_page | ecommerce-5--4/ contrib/ auction/ auction.module | Auction page |
| auction_perm | ecommerce-5--4/ contrib/ auction/ auction.module | Implementation of hook_perm(). |
| auction_product_delete | ecommerce-5--4/ contrib/ auction/ auction.module | Implementation of hook_product_delete() |
| auction_product_ec_checkout_validate_item | ecommerce-5--4/ contrib/ auction/ auction.module | Implementation of hook_product_cart_add_item() |
| auction_product_form_alter | ecommerce-5--4/ contrib/ auction/ auction.module | Implementation of hook_product_form_alter().
TODO: this was already broken so needs fixing. |
| auction_product_info | ecommerce-5--4/ contrib/ auction/ auction.module | Implementation of hook_product_info() |
| auction_product_insert | ecommerce-5--4/ contrib/ auction/ auction.module | Implementation of hook_product_insert() |
| auction_product_load | ecommerce-5--4/ contrib/ auction/ auction.module | Implementation of hook_product_load() |
| auction_product_price_adjust | ecommerce-5--4/ contrib/ auction/ auction.module | Implementation of hook_product_price_adjust() |
| auction_product_update | ecommerce-5--4/ contrib/ auction/ auction.module | Implementation of hook_product_update() |
| auction_product_validate | ecommerce-5--4/ contrib/ auction/ auction.module | Implementation of hook_product_validate() |
| auction_unistall | ecommerce-5--4/ contrib/ auction/ auction.install | Implementation of hook_uninstall(). |
| auction_update_5400 | ecommerce-5--4/ contrib/ auction/ auction.install | Updated the module, adding new tables and fields |
| auction_user | ecommerce-5--4/ contrib/ auction/ auction.module | Implementation of hook_user(). |
| auction_views_filter_bid | ecommerce-5--4/ contrib/ auction/ auction.module | Filter the Views to only show the last bid |
| auction_views_tables | ecommerce-5--4/ contrib/ auction/ auction.module | Implementation of hook_views_tables() |
| australiapost_get_rates | ecommerce-5--4/ shipping/ apis/ australiapost.inc | shipping_api _get_rates_form hook. |
| australiapost_product_attributes | ecommerce-5--4/ shipping/ apis/ australiapost.inc | shipping_api _product_attributes hook. |