This PR is about the implementation of the Quick Order feature. Two other PRs were created, one related to the new SearchProductItemControl component and another handling all the typing.
In this PR, the new component, typing, and some logic related to the overall implementation of the feature are brought together. A small adjustment was also made to the useBuyButton hook to prevent the SliderOver from opening when an item is added to the cart.
Attention This PR has dependencies on PRs: #2543 and #2546.
ps: Once PR #2543 is merged, the number of changes in this PR will decrease.
Printscreens
ps: the "Select multiple" button is just a regular button used for visualization purposes. Once the SKUMatrix is passed, the SKUMatrix trigger will be displayed.
What's the purpose of this pull request?
This PR is about the implementation of the
Quick Order
feature. Two other PRs were created, one related to the new SearchProductItemControl component and another handling all the typing.In this PR, the new component, typing, and some logic related to the overall implementation of the feature are brought together. A small adjustment was also made to the useBuyButton hook to prevent the
SliderOver
from opening when an item is added to the cart.Attention This PR has dependencies on PRs: #2543 and #2546.
ps: Once PR #2543 is merged, the number of changes in this PR will decrease.
Printscreens
ps: the "Select multiple" button is just a regular button used for visualization purposes. Once the SKUMatrix is passed, the SKUMatrix trigger will be displayed.