Module provides listing displaying all products, within limits of root category
- by default listing is located under ../catalog_all/index/index
Magento 2.2 or higher PHP 7.1 or higher
You can install the module by downloading a .zip file and unpacking it inside
app/code/LizardMedia/AllProductsListing
directory inside your Magento
or via Composer (required).
To install the module via Composer simply run
composer require lizardmedia/module-all-products-listing
Than enable the module by running these command in the root of your Magento installation
bin/magento module:enable LizardMedia_AllProductsListing
bin/magento setup:upgrade
In order to change url of listing to more user-friendly use native Magento feature - url rewrite.
As target path should be used controller url - catalog_all/index/index
.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Bartosz Kubicki - Lizard Media
This project is licensed under the MIT License - see the LICENSE file for details