Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 2daeed4

Browse files
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]>
1 parent bc52214 commit 2daeed4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/extensions/b2b/index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ For {{site.data.var.ece}} projects, see [Set up Magento B2B module]({{ site.base
1515
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:
1616

1717
```bash
18-
composer require magento/extension-b2b
18+
composer require magento/extension-b2b:<version>
1919
```
2020

21+
{:.bs-callout-info}
22+
You must specify a [Compatible Magento B2B version]({{ site.baseurl }}/release/availability.html#compatibility) in the command.
23+
2124
If you get an error when trying to install the B2B module for a local instance of {{site.data.var.ee}} for example:
2225

2326
```terminal
@@ -60,7 +63,7 @@ For {{site.data.var.ece}} projects, see [Set up Magento B2B module]({{ site.base
6063
```
6164

6265
{:.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.
6467

6568
{:.bs-callout-info}
6669
After completing the installation, you must follow the [post-installation steps](#configure-b2b).

0 commit comments

Comments
 (0)