mse-sv3n / m2-hide-empty-categories
This extension hides the empty categories from navigation men.
Installs: 301
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 2
Open Issues: 1
Type:magento2-module
Requires
- php: >= 7.1
This package is auto-updated.
Last update: 2024-10-29 00:06:40 UTC
README
I'm in the final stages of setting up my magento 2 store. In the backend I have a process using the API to keep stock information up to date. Sometimes the stock drops to 0 for every item in a category, making it empty. If you go to one of those categories you get:
We can't find products matching the selection.
This makes sense, but I was wondering if there was a may to have magento hide the category altogether if the products in the category have no stock.
Source: https://magento.stackexchange.com/questions/229481/how-to-hide-empty-categories-in-magento2
Installation
composer require mse-sv3n/m2-hide-empty-categories
bin/magento setup:upgrade
Support
If you have any issues with this extension, open an issue on GitHub.
Contribution
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.