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: 2024-05-10 04:15:08 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