Skip to content

magedin/magento2-module-enhanced-catalog

Repository files navigation

MagedIn_EnhancedCatalog Extension for Magento 2

This extension enhances the catalog feature in Magento 2.

Magento 2 Coding Standard

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

Installation

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