-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Can't create more than one product variant without option group #2210
Comments
I'm having the same issue when creating a variant without an option group (Vendure v2). |
Hi, thanks for the report. This is more of a UX issue - the UI is not clearly communicating the constraints here:
I'll see how I can make this more clear in the UI. |
Quick question regarding the above @michaelbromley . Do we need to create ProductOptionGroups and corresponding ProductOptions for each separate Product before we can create the required ProductVariants for that Product? For example, if I create |
Describe the bug
When I try to create a product variant manually, only the first variant can be created. After this an error is displayed that that (name of the first variant) allredy exists.
To Reproduce
Steps to reproduce the behavior:
frontend error: A ProductVariant with the selected options already exists: var1
backend error: USER_INPUT_ERROR: error.product-variant-options-combination-already-exists
Expected behavior
No error, var2 should be created.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: