lizardmedia / module-all-products-listing
Module adds listing displaying all products by LizardMedia
Installs: 21 188
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 4
Forks: 2
Open Issues: 2
Type:magento2-module
Requires
- php: >=7.1
- magento/framework: >=101.0.0
- magento/module-catalog: >=102.0.0
Requires (Dev)
README
Lizard Media All Products Listing
Overview
Module provides listing displaying all products, within limits of root category
Features
- by default listing is located under ../catalog_all/index/index
Prerequisites
Magento 2.2 or higher PHP 7.1 or higher
Installing
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
Usage
Changing listing url
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
.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Bartosz Kubicki - Lizard Media
License
This project is licensed under the MIT License - see the LICENSE file for details