https://github.com/magedin/magento2-module-enhanced-catalog
This extension enhances the catalog feature in Magento 2.
https://github.com/magedin/magento2-module-enhanced-catalog
adobe-commerce magento magento-module magento2 magento2-extension magento2-extension-free magento2-module
Last synced: 17 days ago
JSON representation
This extension enhances the catalog feature in Magento 2.
- Host: GitHub
- URL: https://github.com/magedin/magento2-module-enhanced-catalog
- Owner: magedin
- License: other
- Created: 2024-09-12T22:20:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-04T23:44:06.000Z (about 1 year ago)
- Last Synced: 2025-04-05T00:28:04.613Z (about 1 year ago)
- Topics: adobe-commerce, magento, magento-module, magento2, magento2-extension, magento2-extension-free, magento2-module
- Language: PHP
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MagedIn_EnhancedCatalog Extension for Magento 2
This extension enhances the catalog feature in Magento 2.
[](https://github.com/magedin/magento2-module-enhanced-catalog/actions/workflows/coding-standard.yml)
## Compatibility
- Magento 2.3
- Magento 2.4
## Features
### Control the Default Sorting on PLPs
It adds a new configuration field under `STORES > Settings > Configuration > CATALOG > Catalog > Storefront` called `Product Listing Default Sort Order`. This field controls the default order of the sorting in the product listing pages (PLP).

## Installation
```bash
> composer require magedin/module-enhanced-catalog
> php bin/magento module:enable MagedIn_EnhancedCatalog
> php bin/magento setup:upgrade
> php bin/magento setup:di:compile
```