Skip to content

Fix incorrect field name: Company Status Change Email Recipient#100

Closed
KrasnoshchokBohdan wants to merge 1 commit into
AdobeDocs:mainfrom
KrasnoshchokBohdan:patch-2
Closed

Fix incorrect field name: Company Status Change Email Recipient#100
KrasnoshchokBohdan wants to merge 1 commit into
AdobeDocs:mainfrom
KrasnoshchokBohdan:patch-2

Conversation

@KrasnoshchokBohdan
Copy link
Copy Markdown

Purpose of the pull request

This PR fixes two issues on the [Install the Adobe Commerce B2B extension (https://experienceleague.adobe.com/en/docs/commerce-admin/b2b/install) page.

1. Broken link caused by double slash in URL

The link to "Specific-configuration" in the "Configure message consumers" section contains a double slash (.com//en/) in the URL. This malformed URL renders on the live page as https://en/docs/... — the domain is stripped and the link leads nowhere.

Before:
https://experienceleague.adobe.com//en/docs/commerce-operations/configuration-guide/message-queues/manage-message-queues#specific-configuration

After:
https://experienceleague.adobe.com/en/docs/commerce-operations/configuration-guide/message-queues/manage-message-queues#specific-configuration

2. Incorrect Composer package name

In the "Installation steps" intro, the package is referenced as magento/b2b-extension, but the correct name is magento/extension-b2b. This is confirmed by:

Before:
Install the B2B extension (magento/b2b-extension) using Composer.

After:
Install the B2B extension (magento/extension-b2b) using Composer.

Affected pages

@github-project-automation github-project-automation Bot moved this to 📋 Needs Review in Commerce - Pull Requests Apr 24, 2026
@KrasnoshchokBohdan KrasnoshchokBohdan changed the title Fix B2B extension package name in installation guide Fix broken link and incorrect package name in B2B install guide Apr 24, 2026
@KrasnoshchokBohdan KrasnoshchokBohdan changed the title Fix broken link and incorrect package name in B2B install guide Fix incorrect field name: Company Status Change Email Recipient Apr 24, 2026
KrasnoshchokBohdan added a commit to KrasnoshchokBohdan/commerce-admin.en that referenced this pull request May 16, 2026
Consolidates fixes from PRs AdobeDocs#99, AdobeDocs#100, AdobeDocs#101, AdobeDocs#102, AdobeDocs#103, AdobeDocs#104, and AdobeDocs#105:

- quote-templates-overview.md: Fix buyer/seller typo and remove duplicate paragraph (was AdobeDocs#99)
- install.md: Correct Composer package name and remove extra slash in URL (was AdobeDocs#100)
- email-company-configuration.md: Remove extra word "for" in Company Status Change Email Recipient field (was AdobeDocs#101)
- account-company-manage.md: Remove stray escaped asterisks after [!UICONTROL Actions] (was AdobeDocs#102)
- credit-company.md: Fix broken bullet markdown in Best practices section (was AdobeDocs#103)
- catalog-shared.md: Add missing modal verb "can" in Action field description (was AdobeDocs#104)
- account-dashboard-approval-rules.md: Reword "as enabled as the default" to "enabled by default" (was AdobeDocs#105)
@KrasnoshchokBohdan
Copy link
Copy Markdown
Author

Consolidated into #105. Closing this one.

@github-project-automation github-project-automation Bot moved this from 📋 Needs Review to 🏁 Done in Commerce - Pull Requests May 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🏁 Done

Development

Successfully merging this pull request may close these issues.

2 participants