opengento / module-catalog-sort-order
This module allows to setup the sort direction options in the storefront catalog view.
Fund package maintenance!
www.helloasso.com/associations/opengento/formulaires/1
Installs: 453
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 6
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^8.2
- magento/framework: *
- magento/module-backend: *
- magento/module-catalog: *
- magento/module-config: *
- magento/module-store: *
Requires (Dev)
- magento/magento-coding-standard: ^33
- roave/security-advisories: dev-latest
README
This module allows to setup the sort direction options in the storefront catalog view.
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 to the issue tracker.
Authors
License
This project is licensed under the MIT License - see the LICENSE details.
That's all folks!