[Shopify] Add Companies to Shopify navigation menu#9317
Open
onbuyuka wants to merge 1 commit into
Open
Conversation
Add a Companies action to the Shopify group in the Business Manager, Order Processor, and Sales & Relationship Manager role centers so users can open the Shopify Companies list directly without searching. Fixes AB#642036 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 48b2483f-5421-4df6-8a6a-efaf3b3356c7
Contributor
Copilot PR ReviewIteration 1 · Outcome: completed
Knowledge source: https://github.com/microsoft/BCQuality@822cae1b2771ac25f665f73369f69093bd4fd630 Orchestrator pre-filter (13 file(s) excluded)
Findings produced by the Copilot CLI agent against BCQuality at |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
"Shopify Companies" was missing from the Shopify navigation menu, forcing users to search for it manually. Companies are now available for general use (not only B2B), so the Companies list should be directly accessible alongside Customers, Products, Orders, etc.
This adds a Companies action (placed right after Customers) to the Shopify group in all three role centers that surface the Shopify menu:
Shpfy Business Manager RC(extends Business Manager Role Center)Shpfy Order Processor RC(extends Order Processor Role Center)Shpfy Sales & Rel. Mgr. RC(extends Sales & Relationship Mgr. RC)Each action opens page
Shpfy Companies(30156) usingImage = Company, matching the existing Companies action on the Shop Card. The group tooltips were also updated to mention companies.Fixes AB#642036