Adding quantity to product in shopping cart

Here’s a suggestion. A user maintains a cart, which holds multiple containers (owned by the user), which holds an arbitrary number of a single item (not owned by the user). No other container can carry the same item found in another container in the user’s cart.

1 Like