W-17483735 - Prepare cart page ability to add item based on query string for shopp… #2205
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.
Description
As part of integrate shopper agent into pwa-kit, pwa-kit will need to be aware of when the agent is sending a link for shopper to add an item to cart. The link will look like this
https://pwa-kit.mobify-storefront.com/global/en-GB/cart?items=productId1,productId2
In this PR, I refactored the cart page to add these productIds from query string into the cart page.
How Agent works
The scenario is when a shopper asks the agent to add an item into cart. The agent can't add an item directly to cart, but it will generate a link and tell shopper to click that link to add the item to cart. When shoppers click on the link from the agent, it will navigate to pwa-kit cart page, and add those items from search query into cart.
Types of Changes
Changes
How to Test-Drive This PR
Checklists
General
Accessibility Compliance
You must check off all items in one of the follow two lists:
or...
Localization