Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: search product control implementations #2547

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

ramondorosario-ct
Copy link
Collaborator

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

image

image

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.

@ramondorosario-ct ramondorosario-ct added enhancement New feature or request depends on Depends on another PR - Please mention the PR labels Nov 6, 2024
@ramondorosario-ct ramondorosario-ct requested a review from a team as a code owner November 6, 2024 20:14
@ramondorosario-ct ramondorosario-ct requested review from lucasfp13 and lariciamota and removed request for a team November 6, 2024 20:14
Copy link

vercel bot commented Nov 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
faststore-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 8, 2024 1:23pm

@ramondorosario-ct ramondorosario-ct changed the title feaT: search product control implementations feat: search product control implementations Nov 6, 2024
@ramondorosario-ct ramondorosario-ct self-assigned this Nov 6, 2024
quantity,
onChangeQuantity: setQuantity,
// FIXME: Use SKU Matrix component
skuMatrixControl: <button>Select multiple</button>,
Copy link
Contributor

@renatamottam renatamottam Nov 12, 2024

Choose a reason for hiding this comment

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

Could you use a fs/button instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
depends on Depends on another PR - Please mention the PR enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants