We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Product should be added to the cart
Crash with ErrorException Attempt to read property "id" on null
Product created with 1 variant, 1 product option (Size) and one option (Small), Add to Card on Product page
The text was updated successfully, but these errors were encountered:
Once this crash happens, the app goes to unstable state, and now even the home page is not loading and crashes
Sorry, something went wrong.
Underlying reason for this crash is that, Tax Zone is not set in the admin.
So the checkout does not work without setting tax zone while it is an optional configuration
Also getting this error and it was fixed by adding a tax zone.
Yes, adding tax zone fixes it but then it should be a mandatory configuration
No branches or pull requests
Expected Behaviour:
Product should be added to the cart
Actual Behaviour:
Crash with ErrorException Attempt to read property "id" on null
Steps To Reproduce:
Product created with 1 variant, 1 product option (Size) and one option (Small),
Add to Card on Product page
The text was updated successfully, but these errors were encountered: