When the page is loaded a cart icon has a notification badge that shows how many items are in the cart is visible. As soon as the page loads this shows the value of 10. But if I click on it to show the cart there are no items in it. If I use the debugger I see that as soon as the page loads there are 10 items in the Current User’s Current Cart : count, but an instant later they all show as empty and the following condition that acts when the count is 0 is also triggered.
Its as if there are non-existing items that the database shows but there is nothing created in the database that could represent this value of 10. If anyone could help me find the issue it would be appreciated. Thank in advanced!



