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/Wishlist/README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,28 @@
1
1
# Magento_Wishlist module
2
2
3
-
The **Magento_Wishlist** module implements the Wishlist functionality.
3
+
The Magento_Wishlist module implements the Wishlist functionality.
4
4
5
5
This module allows customers to create a list of products that they can add to their shopping cart to be purchased at a later date, or share with friends.
6
6
7
7
## Installation details
8
8
9
-
Before installing this module, note that the **Magento_Wishlist** is dependent on the following modules:
9
+
Before installing this module, note that the Magento_Wishlist is dependent on the following modules:
10
10
11
11
- Magento_Captcha
12
12
- Magento_Catalog
13
13
- Magento_Customer
14
14
15
-
Before disabling or uninstalling this module, please consider the following dependencies:
15
+
Before disabling or uninstalling this module, note the following dependencies:
16
16
17
17
- Magento_WishlistAnalytics
18
18
19
-
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).
19
+
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).
20
20
21
21
## Structure
22
22
23
23
`Pricing/` - the directory that contain solutions for configurable and downloadable product price.
24
24
25
-
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).
25
+
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).
26
26
27
27
## Extensibility
28
28
@@ -56,7 +56,7 @@ The module dispatches the following events:
56
56
-`product` is a product object (`\Magento\Catalog\Api\Data\ProductInterface` class).
57
57
-`item` is an item object (`\Magento\Wishlist\Model\Item` class).
58
58
59
-
For information about the event system in Magento 2, see [Events and observers](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/events-and-observers.html#events).
59
+
For information about the event, see [Events and observers](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/events-and-observers.html#events).
60
60
61
61
### Layouts
62
62
@@ -86,7 +86,7 @@ This module introduces the following layouts and layout handles in the directori
86
86
-`wishlist_index_share`
87
87
-`wishlist_shared_index.xml`
88
88
89
-
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).
89
+
For more information about a layout, see the [Layout documentation](https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html).
90
90
91
91
### UI components
92
92
@@ -97,4 +97,4 @@ You can extend a customer form and widgets using the configuration files located
97
97
-`widget_recently_compared`
98
98
-`widget_recently_viewed`
99
99
100
-
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).
100
+
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