The Tax module provides a flexible way to evaluate taxes by using different tax providers and core abstractions for custom tax providers. It allows easy addition of custom rules for tax calculation.
The module includes FixedRateTaxProvider as a built-in tax provider.
The module provides an API to work with the tax provider list and allows you to connect the tax providers to a selected store. The list of available tax providers can be viewed and edited on the UI.
- Flexible tax calculation: Evaluate tax using different tax providers, including the built-in FixedRateTaxProvider, and easily add custom rules for tax calculation.
- UI integration: Display the list of available tax providers on the user interface and edit their settings directly from the platform.
- Store-level tax configuration: Connect tax providers to specific stores and configure different tax rates based on location, product type, or other parameters.
- Customizable tax providers: Implement custom tax providers by creating new modules that inherit from the abstract TaxProviderBase class.
- Programmatic tax provider registration: Register new tax providers programmatically by implementing the ITaxProvider interface.
- API access: Access the list of available tax providers and their settings via the public API.
- FixedRateTaxProvider is a built-in tax provider included in the Virto Commerce Tax Module. It calculates taxes based on fixed rates.
- Avalara.Tax real time integration with Avalara Tax automation. This module is officially certified by Avalara to be compatible with Avalara API.
- Deployment: https://docs.virtocommerce.org/developer-guide/deploy-module-from-source-code/
- Installation: https://docs.virtocommerce.org/user-guide/modules/
- Home: https://virtocommerce.com
- Community: https://www.virtocommerce.org
- Download Latest Release
Copyright (c) Virto Solutions LTD. All rights reserved.
This software is licensed under the Virto Commerce Open Software License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://virtocommerce.com/opensourcelicense.
Unless required by the applicable law or agreed to in written form, the software distributed under the License is provided on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.