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(product): new warning if the barcode is not valid #622

Merged
merged 3 commits into from
Jun 9, 2024

Conversation

raphodn
Copy link
Member

@raphodn raphodn commented Jun 9, 2024

What

On the ProductCard, check if the barcode is valid or not

  • valid = EAN8 or EAN13
  • new ProductBarcodeNotValidChip component

How

https://stackoverflow.com/a/67933747/4293684

Screenshot

Page Image
Add price image
Product detail image

@raphodn raphodn merged commit 10f96e7 into master Jun 9, 2024
3 checks passed
@raphodn raphodn deleted the raphodn/product-barcode-not-valid-component branch June 9, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

On price add, if the barcode is new, check if EAN is valid (checksum)
1 participant