Function __global->tax_multiplier
Definitions
sources/ecommerce_tax.php
- Multiply tax up or down to reflect a price being multiplied up or down.This does nothing for a semantic tax code or a simple percentage.For a simple flat figure it does though.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$tax_code | ID_TEXT | required parameter | N/A | N/A | The tax code |
$multiplier | float | required parameter | N/A | N/A | The multiplier |
Return
- The amended tax code
- Type: ID_TEXT
- Set: N/A
- Range: N/A