Hello,
I am struggeling with the following issue:
I have a configurable product which stops to be shown on the selected category as soon as I add additional configuration.
Currently the products consists of around 290 simple products. If I add five more, I can still see the product using the direct link (in the front end), but the product is not shown on the catogory anymore.
Any idea how to fix this issue?
Hello @dillkoetteac4f ,
After adding the simple products in the configurable products, do reindexing by command :
php bin/magento indexer:reindex php bin/magento cache:flush
Let us know if it works afterwards.
I already tried that but it did not solve the issue.
The issue exists if I increase the number of configurations and exceed a specific limit ~300.
Hi @KampKoetter,
Maybe your product is out of stock and you are hiding products without stock. Please double check the items:
- Stock Availability
- Qty
- Website
- Visibility
- Catalog
- Price
Hope this can help you! Let me know if you need further assistance.
__________
If issue solved, Click Kudos & Accept as Solution.