commerce_avatax_address_compare |
./commerce_avatax.module |
Compare entered address and the address returned by AvaTax. |
1 |
|
commerce_avatax_address_suggestion_form |
./commerce_avatax.module |
Returns address suggestion form. |
|
1 |
commerce_avatax_add_avatax_line_item |
./commerce_avatax.module |
Adds an AvaTax line item to an order, and saves the order. |
1 |
|
commerce_avatax_calculate_sales_tax |
./commerce_avatax.module |
Calculate sales tax using regular web site checkout. |
|
1 |
commerce_avatax_cancel_transaction |
./commerce_avatax.rules.inc |
VOID AvaTax transaction for $order. |
|
1 |
commerce_avatax_checkout_validate |
./commerce_avatax.module |
Checkout form validation callback. |
|
1 |
commerce_avatax_check_address |
./commerce_avatax.module |
Is AvaTax service to be used for this transaction. |
3 |
|
commerce_avatax_commerce_line_item_type_info |
./commerce_avatax.module |
Implements hook_commerce_line_item_type_info(). |
|
|
commerce_avatax_commerce_price_component_type_info |
./commerce_avatax.module |
Implements hook_commerce_price_component_type_info(). |
|
|
commerce_avatax_commit_transaction |
./commerce_avatax.rules.inc |
COMMIT AvaTax transaction for $order. |
|
1 |
commerce_avatax_configure_line_item |
./commerce_avatax.module |
Line item callback: configures the AvaTax line item type on module enable. |
|
1 |
commerce_avatax_default_rules_configuration |
./commerce_avatax.rules_defaults.inc |
Implements hook_default_rules_configuration(). |
|
|
commerce_avatax_delete_avatax_line_items |
./commerce_avatax.rules.inc |
DELETE AvaTax line item for $order. |
|
1 |
commerce_avatax_delete_avatax_transaction |
./commerce_avatax.module |
Deletes AvaTax line items on an order. |
2 |
|
commerce_avatax_email_to_username |
./commerce_avatax.module |
Generate AvaTax user name as approximation of e-mail address. |
1 |
|
commerce_avatax_exemptions_checkout_form_ajax_callback |
modules/commerce_avatax_exemptions/commerce_avatax_exemptions.module |
Ajax callback for loading exemptions pane. |
|
1 |
commerce_avatax_exemptions_commerce_checkout_pane_info |
modules/commerce_avatax_exemptions/commerce_avatax_exemptions.module |
Implements hook_commerce_checkout_pane_info(). |
|
|
commerce_avatax_exemptions_form_alter |
modules/commerce_avatax_exemptions/commerce_avatax_exemptions.module |
Implements hook_form_alter(). |
|
|
commerce_avatax_exemptions_pane_checkout_form |
modules/commerce_avatax_exemptions/includes/commerce_avatax_exemptions.checkout_pane.inc |
Implements base_checkout_form(). |
|
|
commerce_avatax_exemptions_pane_checkout_form_submit |
modules/commerce_avatax_exemptions/includes/commerce_avatax_exemptions.checkout_pane.inc |
Implements base_checkout_form_submit(). |
|
|
commerce_avatax_exemptions_pane_settings_form |
modules/commerce_avatax_exemptions/includes/commerce_avatax_exemptions.checkout_pane.inc |
Implements base_settings_form(). |
|
|
commerce_avatax_exemptions_pane_settings_form_validate |
modules/commerce_avatax_exemptions/includes/commerce_avatax_exemptions.checkout_pane.inc |
Validation callback for the admin form. |
|
|
commerce_avatax_form_alter |
./commerce_avatax.module |
Implements hook_form_alter(). |
|
|
commerce_avatax_get |
./commerce_avatax.module |
Sends HTTP GET request to endpoint. |
1 |
|
commerce_avatax_get_config |
./commerce_avatax.module |
Returns AvaTax request configurations. |
2 |
|
commerce_avatax_get_tax |
includes/commerce_avatax_calc.inc |
Gets the tax amount for the order based on the delivery address. |
1 |
|
commerce_avatax_install |
./commerce_avatax.install |
Implements hook_install(). |
|
|
commerce_avatax_line_item_add_btn |
./commerce_avatax.module |
Ajax callback for commerce order form. |
|
1 |
commerce_avatax_line_item_add_form |
./commerce_avatax.module |
Returns form for adding an AvaTax line item through line item manager widget. |
|
|
commerce_avatax_line_item_add_form_submit |
./commerce_avatax.module |
Adds the selected AvaTax information to a new AvaTax line item. |
|
|
commerce_avatax_line_item_create |
./commerce_avatax.module |
Creates a sales tax line item. |
2 |
|
commerce_avatax_line_item_new |
./commerce_avatax.module |
Creates a new AvaTax line item populated with the sales tax values. |
1 |
|
commerce_avatax_line_item_populate |
./commerce_avatax.module |
Populates a sales tax line item with the specified values. |
2 |
|
commerce_avatax_line_item_title |
./commerce_avatax.module |
Returns the title of an AvaTax line item. |
|
|
commerce_avatax_manual_calculate_sales_tax |
./commerce_avatax.module |
Calculate sales tax for manual order entry. |
1 |
|
commerce_avatax_options |
./commerce_avatax.module |
Turns the sales tax amount into a form element options array. |
1 |
1 |
commerce_avatax_page_alter |
./commerce_avatax.module |
Implements hook_page_alter(). |
|
|
commerce_avatax_permission |
./commerce_avatax.module |
Implements hook_permission(). |
|
|
commerce_avatax_post |
./commerce_avatax.module |
Sends HTTP POST request to endpoint. |
2 |
|
commerce_avatax_requirements |
./commerce_avatax.install |
Implements hook_requirements(). |
|
|
commerce_avatax_retrieve_sales_tax |
./commerce_avatax.module |
AvaTax service: returns the sales tax amount as an array. |
3 |
|
commerce_avatax_rules_action_info |
./commerce_avatax.rules.inc |
Implements hook_rules_action_info(). |
|
|
commerce_avatax_service_load |
./commerce_avatax.module |
Returns the AvaTax service array. |
2 |
|
commerce_avatax_theme |
./commerce_avatax.module |
Implements hook_theme(). |
|
|
commerce_avatax_ui_address_validate_ajax_callback |
includes/commerce_avatax_ui.admin.inc |
If address validation is enabled, returns its config form items. |
|
1 |
commerce_avatax_ui_add_erp_rules |
includes/commerce_avatax_ui.admin.inc |
Add/Delete ERP related rules. |
|
1 |
commerce_avatax_ui_add_pro_tax_code_fields |
includes/commerce_avatax_ui.admin.inc |
Adds AvaTax code term reference field to the selected content types. |
|
1 |
commerce_avatax_ui_admin_form_validate_credentials |
includes/commerce_avatax_ui.admin.inc |
Validate AvaTax account and license by testing the primary address. |
1 |
|
commerce_avatax_ui_admin_settings |
includes/commerce_avatax_ui.admin.inc |
Admin settings menu callback. |
|
1 |
commerce_avatax_ui_ajax_mode_credentials |
includes/commerce_avatax_ui.admin.inc |
Ajax: Returns container field for credential textfields. |
|
1 |