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

Limitation with product options #1259

Open
pepew-le-boss opened this issue Dec 12, 2023 · 2 comments
Open

Limitation with product options #1259

pepew-le-boss opened this issue Dec 12, 2023 · 2 comments

Comments

@pepew-le-boss
Copy link

pepew-le-boss commented Dec 12, 2023

I've been implementing a logic for a product page that is basically the same as the one in variant-selector.tsx.

I've noticed a scenario that can be blocking for a potential user:

  • go on a product page
  • let's imagine that there are 2 options [color, size] and their values [yellow, purple] and [S, M].
  • the product variants are [yellow, S] and [purple, M]
  • I click on yellow then I click on S
  • now I can't click neither on purple or M even though they exist, I need to delete the params in the url (not user friendly at all) or go to the previous page and come back (not ideal)

I see 2 potentials solutions:

  • add a feature to toggle on/off an option (I think that this UX is not really good)
  • do the same as Amazon and let the ability to click on purple or M and automatically switch the other option to match the product variant
@MrBlackGhostt
Copy link

@william-fargues if this issue not solve can you assign it to me i want to contribute to it

@pepew-le-boss
Copy link
Author

@MrBlackGhostt I don't have the permission for that sorry

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

No branches or pull requests

2 participants