Lawrence, I don't have an example currently (I like to keep my carts updated so I can check out quickly when ready) but here is what I think the bug is so you can try to reproduce:
A shopper adds item X to their cart fro store Y.
Store Y sells out of item X.
Store Y's inventory for item X is cleared.
Store Y experiences an order cancellation.
Store Y puts item X back into inventory but now it has a new database ID.
The shopper who had item X in their cart still (but not purchased yet) sees that item X from store 9 is no longer available in the quantity desired. However, clicking through to the item shows that store Y is still carrying it.
This will often cause people to clear the count for item X in their cart - I don't think many people will click through to verify.
Comments