What is best practice when displaying partial item quantity fulfiment?
Let's say for example, I ordered 3 Cavendish bananas in a grocery shopping app. 1 banana was in stock, 1 was out of stock, and 1 was substituted for a ladyfinger banana (let's pretend only one ladyfinger was in stock at the time). How should this best look on a screen?
I am thinking of having a list saying 'Supplied', and then having the quantity as '1/3' or '1 of 3', against the banana item. However, 2/3 of the banana items would be also in the out of stock or replaced category. Is there a recommended way to treat this information? TIA.