The ResoBit Layered Navigation extension enhances Magento 2 store navigation by providing an AJAX-powered, multi-select layered navigation experience. It improves user experience by allowing customers to filter products dynamically without full page reloads.
- AJAX-based filtering for fast user interaction.
- Multi-select filters using checkboxes for attributes like color, size, and brand.
- Replaces default layered navigation templates with custom ones.
- Extensible and built according to Magento 2 coding standards.
-
Copy the
ResoBit/LayeredNavigationmodule folder toapp/code/ResoBit/LayeredNavigation. -
Enable the module and run setup upgrade:
php bin/magento module:enable ResoBit_LayeredNavigation
php bin/magento setup:upgrade
php bin/magento cache:flush
Once installed, navigate to any category page to experience the AJAX multi-select layered navigation.
Developers can extend this module by adding more filters, improving the AJAX behavior, or customizing templates and styles.
For issues or feature requests, please open an issue on the GitHub repository.
This module is licensed under the Open Software License (OSL 3.0).
ResoBit - Magento 2 Extension Developer