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
This page may include updates for <ahref="{{ site.baseurl }}/guides/v2.3/inventory/release-notes.html" target="_blank">Inventory Management (MSI) 1.1.2 Beta</a>. Content is subject to change.
4
-
</div>
5
-
{% endif %}
6
-
7
-
{% if page.title == "Inventory mass actions" %}
8
-
<divclass="message-banner">
9
-
This page may include updates for <ahref="{{ site.baseurl }}/guides/v2.3/inventory/release-notes.html" target="_blank">Inventory Management (MSI) 1.1.2 Beta</a>. Content is subject to change.
10
-
</div>
11
-
{% endif %}
12
-
13
-
{% if page.title == "Install Inventory Management" %}
14
-
<divclass="message-banner">
15
-
This page may include updates for <ahref="{{ site.baseurl }}/guides/v2.3/inventory/release-notes.html" target="_blank">Inventory Management (MSI) 1.1.2 Beta</a>. Content is subject to change.
Copy file name to clipboardExpand all lines: src/extensions/inventory-management/index.md
+64-60Lines changed: 64 additions & 60 deletions
Original file line number
Diff line number
Diff line change
@@ -15,59 +15,61 @@ We recommend installing according to [Install Magento Using Composer]({{site.bas
15
15
The following line in the `composer.json` metapackage installs Inventory Management:
16
16
17
17
```json
18
-
magento/inventory-composer-metapackage = 1.1.0
18
+
magento/inventory-composer-metapackage = 1.1.3
19
19
```
20
20
21
21
For a list of {{site.data.var.im}} metapackage versions, see the [release notes]({{site.baseurl}}/guides/v2.3/inventory/release-notes.html).
22
22
23
-
The {{site.data.var.im}} installation process adds all modules to the `<Magento_installation_directory>/app/etc/config.php` file. A `1` value indicates the corresponding module is enabled. The following list of modules are added (v1.1.2 Beta):
23
+
The {{site.data.var.im}} installation process adds all modules to the `<Magento_installation_directory>/app/etc/config.php` file. A `1` value indicates the corresponding module is enabled. The following list of modules are added:
@@ -84,21 +86,21 @@ You may need to disable {{site.data.var.im}} modules to:
84
86
* Use custom or third party inventory and order management modules.
85
87
* Use [Magento Order Management](https://omsdocs.magento.com) for inventory and order management. The current Order Management connector does not support {{site.data.var.im}} interfaces. We plan to support this integration in a later release.
86
88
87
-
To disable {{site.data.var.im}}, see the instructions for [Enable or disable modules]({{site.baseurl}}/guides/v2.3/install-gde/install/cli/install-cli-subcommands-enable.html). When complete, you should see the following modules and values in `<Magento_installation_directory>/app/etc/config.php` (v1.1.2 Beta):
89
+
To disable {{site.data.var.im}}, see the instructions for [Enable or disable modules]({{site.baseurl}}/guides/v2.3/install-gde/install/cli/install-cli-subcommands-enable.html). When complete, you should see the following modules and values in `<Magento_installation_directory>/app/etc/config.php`:
0 commit comments