Function Hook_ecommerce_tax_core->render_field_value
Definitions
sources/hooks/systems/ecommerce_tax/core.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