Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundles do not take stock qty into consideration correctly #5699

Closed
RomanovM opened this issue May 19, 2021 · 0 comments
Closed

Bundles do not take stock qty into consideration correctly #5699

RomanovM opened this issue May 19, 2021 · 0 comments
Assignees
Labels

Comments

@RomanovM
Copy link
Contributor

nopCommerce version: 4.40

Let's say we have simple product A and product B, 1 pc in stock of each. Then we produce a bundle with the two products using product attributes (as of tutorial in this video https://www.youtube.com/watch?v=sf9jP6KFcko).

If we add the bundle to the shopping cart, and then again, it cannot be added the second time, because the products A and B are out of stock after having added the first bundle to the cart. This is correct behaviour.

But we can still add product A and/or product B separately to the cart, despite the fact that the bundle in the cart has already used up the single products.

The same problem in the other direction. If we add product A and/or product B to the cart, we can still add the bundle to the cart, but product A and/or B are already out of stock, so adding the bundle should not be allowed.

Source: https://www.nopcommerce.com/boards/topic/90955/bundles-do-not-take-stock-qty-into-consideration-correctly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants