https://github.com/opengento/magento2-catalog-sort-order
This module allows to setup the sort direction options in the storefront catalog view.
https://github.com/opengento/magento2-catalog-sort-order
catalog magento magento-2 magento-extension magento-module magento2 magento2-extension magento2-extension-free magento2-module order sort sort-order sorting
Last synced: 9 months ago
JSON representation
This module allows to setup the sort direction options in the storefront catalog view.
- Host: GitHub
- URL: https://github.com/opengento/magento2-catalog-sort-order
- Owner: opengento
- License: mit
- Created: 2024-08-28T21:33:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T13:28:52.000Z (over 1 year ago)
- Last Synced: 2025-07-10T13:08:02.256Z (11 months ago)
- Topics: catalog, magento, magento-2, magento-extension, magento-module, magento2, magento2-extension, magento2-extension-free, magento2-module, order, sort, sort-order, sorting
- Language: PHP
- Size: 26.4 KB
- Stars: 5
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Catalog Sort Order Module for Magento 2
[](https://packagist.org/packages/opengento/module-catalog-sort-order)
[](./LICENSE)
[](https://packagist.org/packages/opengento/module-catalog-sort-order/stats)
[](https://packagist.org/packages/opengento/module-catalog-sort-order/stats)
This module allows to setup the sort direction options in the storefront catalog view.
- [Setup](#setup)
- [Composer installation](#composer-installation)
- [Setup the module](#setup-the-module)
- [Features](#features)
- [Settings](#settings)
- [Documentation](#documentation)
- [Support](#support)
- [Authors](#authors)
- [License](#license)
## Setup
Magento 2 Open Source or Commerce edition is required.
### Composer installation
Run the following composer command:
```
composer require opengento/module-catalog-sort-order
```
### Setup the module
Run the following magento command:
```
bin/magento setup:upgrade
```
**If you are in production mode, do not forget to recompile and redeploy the static resources.**
## Features
Enable advanced catalog list sort by feature.
Setup the sort options, add the attributes for sort by based on the scope (global/website/store view).
You can also override the sort option and define if the direction must be included in the label or not.
If you choose to not include the direction, then the default direction is ascending.
You can also set the position of the orders in the sort by.
## Documentation
Settings are available at:
- `Stores > Configuration > Catalog > Catalog > Storefront > Advanced Sort By`
- `Stores > Configuration > Catalog > Catalog > Storefront > Product Listing Sort Options`
## Support
Raise a new [request](https://github.com/opengento/magento2-catalog-sort-order/issues) to the issue tracker.
## Authors
- **Opengento Community** - *Lead* - [](https://twitter.com/opengento)
- **Thomas Klein** - *Maintainer* - [](https://github.com/thomas-kl1)
- **Contributors** - *Contributor* - [](https://github.com/opengento/magento2-catalog-sort-order/graphs/contributors)
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) details.
***That's all folks!***