-
Notifications
You must be signed in to change notification settings - Fork 158
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
Single item placed in cart after successful order placement doesn't show Price #77
Comments
I don't think we doing any calculation of cart item price on the mobile app side. I remember I fixed something like this on the Magento side, but not 100% sure. |
true, but I don't know why but sometimes the price present in CartReducer inside
which is responsible to show total price in the cart is not getting render. Will try to reproduce. |
because of |
yes, that is the problem, but that should never happen, the price in |
I found a similar issue from the project I worked on before, the reproducing steps were
|
The fix was on the Magento side
|
Yes you are right, just placed an order, and then added item to cart, and price was coming zero. Also I don't know how to work with magento code on backend. I have never tried editing magento code itself. so will keep this point in mind. |
I'll keep it open for now. I'll create a Magento extension for the fix. |
sure no problem |
Describe the bug
I'm not able to reproduce this bug every time, but 4-5 times I have encounter this bug, when I'm adding single 'Configurable
item to cart, sometimes, in
Cart` Screen price is not shown, but as soon as I add second item in cart or remove the same product and re-add again, price does show up.Expected behavior
Price should be shown in Cart for items, and at bottom total price in Cart should also be shown
Current Behavior
In
CartListItem
price is 0Also at bottom where total price in Cart is shown, is not showing
Steps to Reproduce
(Not 100% accurate)
HomeScreen
HomeScreen
Screenshots
Smartphone (please complete the following information):
Additional context
I will try to find a way to reproduce this app, if not close this issue if afterwards
The text was updated successfully, but these errors were encountered: