Configurable product where variations are disabled on website/store view appears as salable.
@engcom-Delta is already working on this.
Since Nov 21, 2025.
- Dominant language
- PHP
- Stars
- 357
- Forks
- 262
- PR merge metrics
- No merged PRs in 30d
Description
### Preconditions (*)
1. Magento 2.4.1 with MSI
2. Set Magento to hide products that are out of stock.
### Steps to reproduce (*)
1. Multiple store views
- Store1
- Store2
- Store3
2. A configurable product with 1 variation assigned to multiple sources - assigned to a stock - assigned to Store1
- Source1 (in stock, qty 2)
- Source2 (out of stock)
- Source3 (out of stock)
3. Product is enabled in "All store views"
4. Product is disabled in store view for Store1,Store2,Store3
5. Visit category page which shows the product. The product appears salable but is out of stock
### Expected result (*)
1. The product does not appear
### Actual result (*)
1. The product appears in the frontend as out of stock but not possible to add to cart.
e.g.
in category

in product

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.