You are here

24 uses of COMMERCE_AVATAX_VAR_PREFIX in Drupal Commerce Connector for AvaTax 7.5

commerce_avatax_account_number in ./commerce_avatax.module
Returns the site-wide AvaTax account number.
commerce_avatax_address_compare in includes/commerce_avatax.address.inc
Compare entered address and the validated addresses returned by AvaTax.
commerce_avatax_address_settings_form in includes/commerce_avatax.admin.inc
Builds the AvaTax address settings form.
commerce_avatax_api_mode in ./commerce_avatax.module
Returns the API mode.
commerce_avatax_checkout_validate in ./commerce_avatax.module
Checkout form validation callback.
commerce_avatax_check_address in ./commerce_avatax.module
Checks if the Avatax service needs to be called for this address.
commerce_avatax_commerce_payment_order_paid_in_full in ./commerce_avatax.module
Implements hook_commerce_payment_order_paid_in_full().
commerce_avatax_company_code in ./commerce_avatax.module
Returns the site-wide AvaTax company code for a given API mode.
commerce_avatax_create_transaction in includes/commerce_avatax.calc.inc
Prepares the transaction request array to be sent to AvaTax.
commerce_avatax_credentials_settings_form in includes/commerce_avatax.admin.inc
Builds the AvaTax credentials settings form.
commerce_avatax_credentials_settings_validate in includes/commerce_avatax.admin.inc
Validate handler for the "Validate credentials" button.
commerce_avatax_form_alter in ./commerce_avatax.module
Implements hook_form_alter().
commerce_avatax_general_settings_form in includes/commerce_avatax.admin.inc
Builds the AvaTax general settings form.
commerce_avatax_get_customer_profile_field in ./commerce_avatax.module
Returns the configured customer profile field to use.
commerce_avatax_global_vat_settings_form in includes/commerce_avatax.admin.inc
Builds the AvaTax Global VAT settings form.
commerce_avatax_license_key in ./commerce_avatax.module
Returns the site-wide AvaTax license key.
commerce_avatax_object in ./commerce_avatax.module
Returns a statically cached instance of an Avatax object.
commerce_avatax_shipping_settings_form in includes/commerce_avatax.admin.inc
Builds the AvaTax Shipping settings form.
commerce_avatax_tax_calculation_enabled in ./commerce_avatax.module
Determines if the tax calculation is enabled.
_commerce_avatax_configure_tax_code_field in ./commerce_avatax.install
Configure the "tax code" field.
_commerce_avatax_configure_tax_exemption_field in ./commerce_avatax.install
Helper function : Configure the tax exemption field on users.
_commerce_avatax_configure_vat_id_field in ./commerce_avatax.install
Helper function : Configure the VAT ID field.
_commerce_avatax_transaction_add_lines in includes/commerce_avatax.calc.inc
Returns the transaction "lines" that needs to be sent to the API.
_commerce_avatax_transaction_get_ship_from in includes/commerce_avatax.calc.inc
Returns the shipFrom address for a transaction.