Hi, I am working on a food ordering app and I am currently facing a problem where by the order quantity counter will not reset upon subsequent logins.
Screen shot with text for better visual representation:
First login to place order, items at cart displayed correctly.
Second (and subsequent) logins, the counter does not reset to zero. Note that the order quantity for cart is displaying the quantity correctly, whereas the order quantity for the order item is 3 (2 is from previous order).
I am modifying the app using the food truck app as a template. I noticed that the food truck app does not have such problem.
Thanks in advance for any guidenace.
Regards.