An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# MagedIn_EnhancedCatalog Extension for Magento 2

This extension enhances the catalog feature in Magento 2.

[![Magento 2 Coding Standard](https://github.com/magedin/magento2-module-enhanced-catalog/actions/workflows/coding-standard.yml/badge.svg)](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).

![alt text](https://github.com/magedin/magento2-module-enhanced-catalog/blob/master/.github/assets/images/config-field.png?raw=true)

## 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
```




MagedIn Technology