Skip to content

feat(VCST-4584): implement select-address-map-modal to product page#2181

Open
goldenmaya wants to merge 10 commits intodevfrom
feat/VCST-4584-bopis
Open

feat(VCST-4584): implement select-address-map-modal to product page#2181
goldenmaya wants to merge 10 commits intodevfrom
feat/VCST-4584-bopis

Conversation

@goldenmaya
Copy link
Contributor

@goldenmaya goldenmaya commented Feb 13, 2026

Description

Before

Screenshot 2026-02-16 at 15 41 57

After

Screenshot 2026-02-16 at 15 40 21 Screenshot 2026-02-16 at 15 43 48

References

Jira-link:

https://virtocommerce.atlassian.net/browse/VCST-4584
https://virtocommerce.atlassian.net/browse/VCST-4613

Artifact URL:

https://vc3prerelease.blob.core.windows.net/packages/vc-theme-b2b-vue-2.42.0-pr-2181-02cf-02cf94b6.zip


Note

Medium Risk
Touches shared checkout/map modal filtering and selection behavior via a new injected context, so regressions could affect both cart BOPIS and product pickup flows despite being primarily UI-driven.

Overview
On the product page, the pickup locations block is redesigned from an inline list into a “Check pickup locations” CTA that fetches up to 50 locations and opens SelectAddressMapModal in a read-only mode (selectable: false).

To support reuse across cart/BOPIS and product flows, this introduces an injectable usePickupFilterContext (with createCartFilterContext/createProductFilterContext) and rewires SelectAddressFilter and useSelectAddressMap to consume the provided context; useBopis and address modals now pass/provide this context explicitly. The pickup locations GraphQL query is expanded to include location details (description, contact info, workingHours, geoLocation, and nested address), availability chips now show full notes via tooltip, and VcRadioButton/VcPopover gain small UI enhancements (optional hidden indicator + max-width styling).

Written by Cursor Bugbot for commit 02cf94b. This will update automatically on new commits. Configure here.

@goldenmaya goldenmaya marked this pull request as ready for review February 13, 2026 07:31
@goldenmaya goldenmaya requested a review from a team as a code owner February 13, 2026 07:31
@goldenmaya goldenmaya requested review from Andrew-Orlov, ivan-kalachikov, muller39 and vas11yev1work and removed request for a team February 13, 2026 07:31
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments