springimport/magento2-module-catalog-sort-order-direction

Add config for setting sort order direction in Catalog.

Installs: 62

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 0

Type:magento2-module

pkg:composer/springimport/magento2-module-catalog-sort-order-direction

v1.1.0 2025-12-29 04:54 UTC

This package is auto-updated.

Last update: 2025-12-29 05:21:28 UTC


README

Add config for setting sort order direction in Catalog. Supports only global setup for all categories.

Installation

Enable module:

php -f bin/magento module:enable SpringImport_CatalogSortOrderDirection

Disable module:

php -f bin/magento module:disable SpringImport_CatalogSortOrderDirection

Update system:

php -f bin/magento setup:upgrade