amadeco / module-smile-custom-entity-layered-navigation
Amadeco customizations and Layered Navigation for Smile Custom Entity
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: *
- magento/module-catalog: *
- magento/module-eav: *
- magento/module-layered-navigation: *
- smile/module-custom-entity: ^1.3
- smile/module-scoped-eav: ^1.3
This package is auto-updated.
Last update: 2025-04-18 18:27:54 UTC
README
The Amadeco SmileCustomEntityLayeredNavigation module enhances Magento 2 by adding layered navigation (faceted search) capabilities to Smile Custom Entities. This module mirrors Magento 2's native layered navigation behavior, applying the same familiar filtering interface to custom entities. It enables customers to filter custom entity collections through an intuitive interface, improving the user experience and helping them find relevant content more efficiently.
Features
- Layered Navigation for Custom Entities: Adds faceted search to Smile Custom Entity collections, following Magento 2's native layered navigation behavior and conventions
- Filterable Attributes: Configure any custom entity attribute to be filterable in the navigation
- SEO Optimization: Automatically adds NOINDEX, FOLLOW meta robots tag to filtered pages
- Custom Sorting Options: Sort entities by attributes like name, creation date, and custom fields
- Pagination Controls: Enhances the entity listing with pagination functionality
- Multiple Filter Types: Supports various attribute types (select, multiselect, boolean) as filters
- Performance Optimized: Custom indexer for efficient filter operations on large collections
Installation
Composer Installation
Execute the following commands in your Magento root directory:
composer require amadeco/module-smile-custom-entity-layered-navigation bin/magento module:enable Amadeco_SmileCustomEntityLayeredNavigation bin/magento setup:upgrade bin/magento setup:di:compile bin/magento indexer:reindex amadeco_smile_custom_entity_layer_set bin/magento setup:static-content:deploy
Manual Installation
- Create directory
app/code/Amadeco/SmileCustomEntityLayeredNavigation
in your Magento installation - Clone or download this repository into that directory
- Enable the module and update the database:
bin/magento module:enable Amadeco_SmileCustomEntityLayeredNavigation bin/magento setup:upgrade bin/magento setup:di:compile bin/magento indexer:reindex amadeco_smile_custom_entity_layer_set bin/magento setup:static-content:deploy
Usage
After installation, the layered navigation functionality will be automatically added to custom entity set pages after some attributes are configured to be filterable.
Configuration
- Navigate to Stores > Attributes > Custom Entity in the Magento Admin Panel
- Edit any existing attribute or create a new one
- In the "Layered Navigation Configuration" section:
- Set "Use in Layered Navigation" to:
- "No" - Attribute will not be used for filtering
- "Filterable (with results)" - Only shows options with matching entities
- "Filterable (no results)" - Shows all options regardless of results
- Set "Position" to control where the filter appears in the navigation menu
- Set "Use in Layered Navigation" to:
Requirements
- Magento 2.4.x
- Smile CustomEntity module (https://github.com/Smile-SA/magento2-module-custom-entity)
- Smile ScopedEav module (https://github.com/Smile-SA/magento2-module-scoped-eav)
Compatibility
- Magento 2.4.x
- PHP 8.3
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Support
For issues or feature requests, please create an issue on our GitHub repository.
License
This module is licensed under the Open Software License ("OSL") v3.0. See the LICENSE.txt file for details.
Credits
Developed by Ilan Parmentier for Amadeco.