|
|
2 år sedan | |
|---|---|---|
| .. | ||
| Api/Data/ProductRender | 2 år sedan | |
| Block | 2 år sedan | |
| Helper | 2 år sedan | |
| Model | 2 år sedan | |
| Observer | 2 år sedan | |
| Plugin | 2 år sedan | |
| Pricing | 2 år sedan | |
| Setup | 2 år sedan | |
| Test | 2 år sedan | |
| Ui/DataProvider/Product | 2 år sedan | |
| etc | 2 år sedan | |
| i18n | 2 år sedan | |
| view | 2 år sedan | |
| LICENSE.txt | 2 år sedan | |
| LICENSE_AFL.txt | 2 år sedan | |
| README.md | 2 år sedan | |
| composer.json | 2 år sedan | |
| registration.php | 2 år sedan | |
The Magento_Weee 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.
The Magento_Weee module includes the following:
The Magento_Weee module can be installed automatically (using native Magento install mechanism) without any additional actions.
Before installing this module, note that the Magento_Weee 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 the Magento_Weee module. For more information about the Magento extension mechanism, see Magento plug-ins.
The Magento dependency injection mechanism enables you to override the functionality of the Magento_Weee 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.