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

Adding product variant with no price gives no error #2917

Closed
brunoslalmeida opened this issue Jun 20, 2024 · 0 comments
Closed

Adding product variant with no price gives no error #2917

brunoslalmeida opened this issue Jun 20, 2024 · 0 comments
Labels
type: bug 🐛 Something isn't working

Comments

@brunoslalmeida
Copy link
Contributor

Describe the bug
At the Product Variant management page, if you try to add a new variant with no price it gives no error and the button does not work.

chrome-capture-2024-6-20

To Reproduce
Steps to reproduce the behavior:

  1. Go to the Product Variant Management Page (http://localhost:3000/admin/catalog/products/ID/manage-variants)
  2. Click new product variant
  3. Fill all but price
  4. Click save

Expected behavior
Either the button is suppressed or it shows a error message saying that price is required.

Environment (please complete the following information):

  • @vendure/core version: 2.2.6
  • Nodejs version 20.11.0
  • Database (mysql/postgres etc): sqlite
@brunoslalmeida brunoslalmeida added the type: bug 🐛 Something isn't working label Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug 🐛 Something isn't working
Projects
Status: Done
Development

No branches or pull requests

1 participant