<h1 align="center">
<a href="https://prompts.chat">
[](https://github.com/Amadeco/magento2-weee-configurable-products/releases)
Sign in to like and favorite skills
The Amadeco WeeeConfigurableProducts module addresses issues related to the calculation of Fixed Product Taxes (FPT) for configurable products in Magento 2. By adjusting the tax computations, the module ensures that FPT is correctly applied by averaging the tax amounts of the child products, overcoming limitations in Magento's default behavior.
Run the following commands from your Magento root directory:
composer require amadeco/module-weee-configurable-products bin/magento module:enable Amadeco_WeeeConfigurableProducts bin/magento setup:upgrade bin/magento setup:di:compile bin/magento setup:static-content:deploy
app/code/Amadeco/WeeeConfigurableProducts in your Magento installationbin/magento module:enable Amadeco_WeeeConfigurableProducts bin/magento setup:upgrade bin/magento setup:di:compile bin/magento setup:static-content:deploy
This module addresses known issues and incorporates community feedback:
Issue: FPT is not applied to configurable products #25554 https://github.com/magento/magento2/issues/25554
Issue: FPT not applied on configurable products (children) in checkout summary #28931 https://github.com/magento/magento2/issues/28931
Pull Request: Fixed Product Taxes (FPT) are not used from simple products #35883 https://github.com/magento/magento2/pull/35883
Contributions are welcome! Please read our Contributing Guidelines.
If you encounter any issues or have feature requests, please open an issue on our GitHub repository.
This module is licensed under the Open Software License ("OSL") v3.0. See the LICENSE.txt file for details.