app/code/Magento/Weee/README.md
This module enables the application of fees/fixed product taxes (FPT) on certain types of products, usually related to electronic devices and recycling.
Fixed product taxes can be used to setup a WEEE tax that is a fixed amount, rather than a percentage of the product price. FPT can be configured to be displayed at various places in Magento. Rules, amounts, and display options can be configured in the backend.
This module extends the existing functionality of Magento_Tax.
This module includes the following:
This module can be installed automatically (using native Magento install mechanism) without any additional actions.
Before installing this module, note that this module is dependent on the following modules:
Refer to how to enable or disable modules in Magento 2.
Pricing/ - directory that contain tax adjustment.
For information about a typical file structure of a module, see Module file structure.
Extension developers can interact with this module. For more information about the extension mechanism, see Plugins.
The dependency injection mechanism enables you to override the functionality of this module.
This module introduces the following layouts and layout handles in the directories:
view/adminhtml/layout:
catalog_product_formsales_creditmemo_item_pricesales_invoice_item_pricesales_order_create_item_pricesales_order_creditmemo_newsales_order_creditmemo_updateqtysales_order_creditmemo_viewsales_order_invoice_newsales_order_invoice_updateqtysales_order_invoice_viewsales_order_item_pricesales_order_viewview/base/layout:
catalog_product_pricesview/frontend/layout:
checkout_cart_indexcheckout_index_indexcheckout_item_price_renderersdefaultsales_email_item_pricesales_email_order_creditmemo_itemssales_email_order_invoice_itemssales_email_order_itemssales_guest_creditmemosales_guest_invoicesales_guest_printsales_guest_printcreditmemosales_guest_printinvoicesales_guest_viewsales_order_creditmemosales_order_invoicesales_order_item_pricesales_order_printsales_order_printcreditmemosales_order_printinvoicesales_order_viewFor more information about a layout, see the Layout documentation.
You can extend a customer form and widgets using the configuration files located in the directories:
view/adminhtml/ui_component:
product_attribute_add_formview/frontend/ui_component:
widget_recently_comparedwidget_recently_viewedFor information about a UI component, see Overview of UI components.