1 Open Issue Need Help Last updated: Nov 18, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The issue describes a bug where adding the same item multiple times to an order results in separate entries for each addition in the cart display, instead of consolidating them into a single entry with an updated total quantity. For example, adding 'Sandwich 1' twice (2x then 1x) shows as 'Sandwich 1 x2' and 'Sandwich 1 x1' instead of 'Sandwich 1 x3'.

Complexity: 3/5
bug good first issue