m-michalis / advancedproductfilter
Adminhtml Advanced Product Filter for OpenMage 20.x & Magento 1.9.x similar to promo rules.
Installs: 63
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Type:magento-module
Requires
- php: ^7.2 || ^8.0
- magento-hackathon/magento-composer-installer: *
This package is not auto-updated.
Last update: 2025-05-15 07:41:59 UTC
README
The "Advanced Product Filter" module enhances the OpenMage/Magento Admin product grid with advanced filtering capabilities. It introduces a new button in the Admin > Catalog > Products grid that, when clicked, reveals a fieldset. This is similar to promo rules and allows users to filter products using all available product attributes.
Features
- Advanced Filtering: Harness the power of product attributes for more nuanced product search and management.
- Compatibility: From our tests, this module is compatible with most plugins available for OpenMage/Magento.
- Intuitive User Interface: Adds a new button seamlessly into the product grid for quick access to advanced filters.
Installation
Composer
{ "minimum-stability": "dev", "require": { "m-michalis/advancedproductfilter": "0.1.*" } }
Usage
- Navigate to Admin > Catalog > Products.
- Locate the "Show Advanced Filter" button and click on it.
- A fieldset similar to promo rules will appear.
- Use the available product attributes to filter the products as per your requirements.
Compatibility
- OpenMage 20.0.x
- Magento 1.9.x
- Found to be compatible with most OpenMage/Magento 3rd party plugins (ex. BL_CustomGrid). However, if you encounter any issues, please report them.
Roadmap & TODOs
- Make this compatible with Related/Upsell/Cross-sell tabs on product edit
- Make this compatible with Catalog > Categories > Manage Category > Category Products
- Make this compatible with custom grids that their collection is
instanceof Mage_Catalog_Model_Resource_Product_Collection
+ configuration page for this
License
This module is released under the GPL-3.0 License.