Function Hook_ecommerce_tax_taxjar->service_priority
Definitions
sources/hooks/systems/ecommerce_tax/taxjar.php
- Check at which priority this tax service should be considered given a product to purchase.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: int
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$parts | array | required parameter | N/A | N/A | The item / details pair |
Return
- The priority for this service (see TAX_SERVICE_PRIORITY_*) (0: do not use for this set of products)
- Type: integer
- Set: N/A
- Range: N/A