-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
Products in cart are not showing and when I click add cart button it goes blank #63
Comments
I also have this same error with total_items |
Same error here. Any fix OP? |
I'm having the same issue, anyone with possible solutions? |
I am having the same issues. If I figure it out I will let you guys know. I think it has something to do with : --mounting the component https://reactjs.org/docs/react-component.html#mounting |
Hey guys, I found the reason for the blank page. const handleAddToCart = async (productId, quantity) => { |
Thank you @Oluwa-bunmi! |
@Oluwa-bunmi |
Thank you @Oluwa-bunmi :) |
I am getting these errors in console after clicking add to cart button, strangely enough when I reload the page it will show correct updated number of products. However, I still don't see anything when I go on the cart section besides the title. Anyone had this issue or maybe have any idea what is causing it
The text was updated successfully, but these errors were encountered: