serfe / taxjar-magento2-extension
TaxJar Sales Tax Module for Magento 2
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 30
Type:magento2-module
Requires
- magento/framework: ^103.0.0
Replaces
- dev-develop
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.9.9
- 1.9.8
- 1.9.7
- 1.9.6
- 1.9.5
- 1.9.4
- 1.9.3
- 1.9.2
- 1.9.1
- 1.9.0
- 1.8.0
- 1.7.1
- 1.7.0
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.8
- 1.5.7
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.10
- 1.4.9
- 1.4.8
- 1.4.7
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.7.6
- 0.7.5
- 0.7.4
- 0.7.3
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.4
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.2
- 0.5.1
- 0.5.0
- dev-353-Customer-repository-undefined-logger-regression
- dev-logging-configuration-di
- dev-341-order-grid-filter-error
- dev-XCON-190-refactor-deprecated-registry-usage
- dev-feature-updates
- dev-coding-standards-cleanup
- dev-fix-phpmd-test-errors
- dev-gh-actions-refactor
- dev-feat-gh-actions
- dev-mftf-test
- dev-master
- dev-integration-day
This package is auto-updated.
Last update: 2025-08-20 21:02:46 UTC
README
Serfe TaxJar Magento 2 Extension
The Serfe TaxJar Magento 2 Extension is a fork of the official TaxJar Magento 2 module (v2.2.0). This extension integrates seamlessly with TaxJar to provide real-time sales tax calculations and zip-based backup rates.
Why This Fork?
The official TaxJar Magento 2 extension has not been updated since 2022, leading to compatibility issues with newer Magento versions. Our fork was created to:
- Ensure ongoing compatibility with the latest Magento 2 releases and PHP versions.
- Fix known issues reported in the original repository that remain unresolved.
- Provide active maintenance for merchants relying on TaxJar for tax calculations.
- Enable community contributions, allowing faster issue resolution and feature improvements.
By keeping this module updated, we help Magento store owners avoid potential tax calculation errors and maintain compliance with evolving tax regulations.
Key Features
- Real-Time Tax Calculation: Automatically calculates sales tax during checkout using TaxJar's API.
- Zip-Based Backup Rates: Ensures tax accuracy even if live API calls fail.
- Seamless Magento Integration: Compatible with Magento's native tax configuration.
- Enhanced Maintenance & Support: Actively maintained by Serfe.
Installation Guide
Install via Composer
Run the following command in your terminal:
composer require serfe/magento2-taxjar
Enable and Set Up the Module
After installation, enable and configure the module using Magento CLI:
bin/magento module:enable Serfe_TaxJar bin/magento setup:upgrade bin/magento setup:di:compile bin/magento cache:clean
Configuration
To configure the extension, go to Stores > Configuration > Sales > TaxJar and enter your TaxJar API token. Follow the official TaxJar Magento 2 Guide for detailed setup instructions.
Running Tests
To run integration tests for checkout calculations, clone the repository into your Magento 2 instance. You'll need an active TaxJar API token (preferably a test account).
git clone https://github.com/serfe/magento2-taxjar.git app/code/Serfe/TaxJar
Then, follow the setup instructions to run PHPUnit tests.
About This Fork
This module is a fork of the official TaxJar Magento 2 extension (v2.2.0), which has not received updates since 2022. Our fork provides essential updates, bug fixes, and ongoing maintenance to ensure full compatibility with newer Magento versions.
Differences from the Official Module
Feature | Official TaxJar Module | Serfe TaxJar Fork |
---|---|---|
Magento 2 Compatibility | Up to Magento 2.4.3 | Magento 2.4.7+ |
PHP Support | PHP 7.4 (deprecated) | PHP 8.2+ |
Bug Fixes & Improvements | No recent updates | Actively maintained |
Community Contributions | Abandoned | Open to contributions |
About Us
Serfe specializes in e-commerce solutions for Magento 2, focusing on performance, scalability, and usability. Visit our website for more details.
Contributing
We welcome contributions! To contribute, fork this repository, make your changes, and submit a pull request.
Inspired by the official TaxJar Magento 2 extension.