Skip to content

Commit 447f3c6

Browse files
Update README.md
1 parent 54d95d0 commit 447f3c6

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

app/code/Magento/Weee/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Magento_Weee module
22

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.
44

55
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.
66

7-
This module extends the existing functionality of **Magento_Tax**.
7+
This module extends the existing functionality of Magento_Tax.
88

9-
The **Magento_Weee** module includes the following:
9+
The Magento_Weee module includes the following:
1010

1111
- Ability to add different number of fixed product taxes to product. They are treated as a product attribute.
1212
- Configuration of where WEEE appears (on category, product, sales, invoice, or credit memo pages) and whether FPT should be taxed.
1313
- A new line item in the totals section.
1414

1515
## Installation details
1616

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.
1818

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:
2020

2121
- Magento_Catalog
2222
- Magento_Checkout
@@ -26,19 +26,19 @@ Before installing this module, note that the **Magento_Weee** is dependent on th
2626
- Magento_Store
2727
- Magento_Tax
2828

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).
3030

3131
## Structure
3232

3333
`Pricing/` - directory that contain tax adjustment.
3434

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).
3636

3737
## Extensibility
3838

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).
4040

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.
4242

4343
### Layouts
4444

@@ -84,7 +84,7 @@ This module introduces the following layouts and layout handles in the directori
8484
- `sales_order_printinvoice`
8585
- `sales_order_view`
8686

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).
8888

8989
### UI components
9090

@@ -96,4 +96,4 @@ You can extend a customer form and widgets using the configuration files located
9696
- `widget_recently_compared`
9797
- `widget_recently_viewed`
9898

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

Comments
 (0)