You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/Weee/README.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
# Magento_Weee module
2
2
3
-
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.
3
+
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.
4
4
5
5
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.
6
6
7
-
This module extends the existing functionality of **Magento_Tax**.
7
+
This module extends the existing functionality of Magento_Tax.
8
8
9
-
The **Magento_Weee** module includes the following:
9
+
The Magento_Weee module includes the following:
10
10
11
11
- Ability to add different number of fixed product taxes to product. They are treated as a product attribute.
12
12
- Configuration of where WEEE appears (on category, product, sales, invoice, or credit memo pages) and whether FPT should be taxed.
13
13
- A new line item in the totals section.
14
14
15
15
## Installation details
16
16
17
-
The **Magento_Weee** module can be installed automatically (using native Magento install mechanism) without any additional actions.
17
+
The Magento_Weee module can be installed automatically (using native Magento install mechanism) without any additional actions.
18
18
19
-
Before installing this module, note that the **Magento_Weee** is dependent on the following modules:
19
+
Before installing this module, note that the Magento_Weee is dependent on the following modules:
20
20
21
21
- Magento_Catalog
22
22
- Magento_Checkout
@@ -26,19 +26,19 @@ Before installing this module, note that the **Magento_Weee** is dependent on th
26
26
- Magento_Store
27
27
- Magento_Tax
28
28
29
-
Please find here[how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
29
+
Refer to[how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
30
30
31
31
## Structure
32
32
33
33
`Pricing/` - directory that contain tax adjustment.
34
34
35
-
For information about a typical file structure of a module in Magento 2, see [Module file structure](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure).
35
+
For information about a typical file structure of a module, see [Module file structure](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure).
36
36
37
37
## Extensibility
38
38
39
-
Extension developers can interact with the **Magento_Weee** module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).
39
+
Extension developers can interact with the Magento_Weee module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).
40
40
41
-
[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the **Magento_Weee** module.
41
+
[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_Weee module.
42
42
43
43
### Layouts
44
44
@@ -84,7 +84,7 @@ This module introduces the following layouts and layout handles in the directori
84
84
-`sales_order_printinvoice`
85
85
-`sales_order_view`
86
86
87
-
For more information about a layout in Magento 2, see the [Layout documentation](https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html).
87
+
For more information about a layout, see the [Layout documentation](https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html).
88
88
89
89
### UI components
90
90
@@ -96,4 +96,4 @@ You can extend a customer form and widgets using the configuration files located
96
96
-`widget_recently_compared`
97
97
-`widget_recently_viewed`
98
98
99
-
For information about a UI component in Magento 2, see [Overview of UI components](https://devdocs.magento.com/guides/v2.4/ui_comp_guide/bk-ui_comps.html).
99
+
For information about a UI component, see [Overview of UI components](https://devdocs.magento.com/guides/v2.4/ui_comp_guide/bk-ui_comps.html).
0 commit comments