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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
updated the extension b2b installation command and added info (#8309)
* updated the extension b2b installation command to include required "version" parameter
* Added note that compatible version is required
* Linked to the Magento B2B version compatibility matrix
Co-authored-by: Margaret Eker <[email protected]>
Copy file name to clipboardExpand all lines: src/extensions/b2b/index.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,12 @@ For {{site.data.var.ece}} projects, see [Set up Magento B2B module]({{ site.base
15
15
1. Change to your Magento installation directory and enter the following command to update your `composer.json` file and install the {{site.data.var.b2b}} extension:
16
16
17
17
```bash
18
-
composer require magento/extension-b2b
18
+
composer require magento/extension-b2b:<version>
19
19
```
20
20
21
+
{:.bs-callout-info}
22
+
You must specify a [Compatible Magento B2B version]({{ site.baseurl }}/release/availability.html#compatibility) in the command.
23
+
21
24
If you get an error when trying to install the B2B module for a local instance of {{site.data.var.ee}} for example:
22
25
23
26
```terminal
@@ -60,7 +63,7 @@ For {{site.data.var.ece}} projects, see [Set up Magento B2B module]({{ site.base
60
63
```
61
64
62
65
{:.bs-callout-info}
63
-
Note: In Production mode, you may receive a message to 'Please rerun Magento compile command'. Enter the commands above. Magento does not prompt you to run the compile command in Developer mode.
66
+
In Production mode, you may receive a message to 'Please rerun Magento compile command'. Enter the commands above. Magento does not prompt you to run the compile command in Developer mode.
64
67
65
68
{:.bs-callout-info}
66
69
After completing the installation, you must follow the [post-installation steps](#configure-b2b).
0 commit comments