ecinternet / taxfeatures
EC Internet Tax Features
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 10
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/ecinternet/taxfeatures
Requires
- php: ~8.2.0||~8.3.0
This package is auto-updated.
Last update: 2025-12-23 18:44:54 UTC
README
ecinternet/taxfeatures - 1.0.1.0
Requirements
Overview
Installation
- Extract the zip to your Magento 2 root directory to create the following folder structure:
app/code/ECInternet/TaxFeatures - Run
php -f bin/magento module:enable ECInternet_TaxFeatures - Run
php -f bin/magento setup:upgrade - Run
php -f bin/magento setup:di:compile - Flush the Magento cache
- Done
Configuration
Specifications
Attributes
Customeris_tax_exempt
Notes
- Create new "Customer Tax Class" (https://docs.magento.com/user-guide/tax/tax-class-new.html#add-a-new-tax-class)
- Create new "Tax Rate" at 0%
- Create new "Tax Rule" which associated new "Customer Tax Class" with new "Tax Rate"
- Is Product Tax Class needed (?)