Function Hook_ecommerce_tax_taxjar->render_field_value

Definitions

sources/hooks/systems/ecommerce_tax/taxjar.php

  • Render the tax code field value for this tax service.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$tax_code ID_TEXT required parameter N/A N/A The tax code of the field

Return

  • The render text as an escaped string or Tempcode (null: the code is not applicable with this tax service)
  • Type: ?mixed
  • Set: N/A
  • Range: N/A