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

Add config for setting sort order direction in Catalog.

0.1.1 2017-10-30 19:43 UTC

This package is auto-updated.

Last update: 2025-03-10 06:24:37 UTC


README

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

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