This module helps the store admin to add three more catalog sorting options i.e. "Sorting by Popularity" and "Sorting by Rating" and "Sorting by Price". These are three most popular sorting options found on most of the stores now a days.
composer require huniko519/magento2-catalog-sortby
- Easy to use
- Looks like core functionality of Magento (at backend as well as frontend)
- Unencrypted code for easy customization
Prerequisite | How to check | For more information |
---|---|---|
Apache 2.2 or 2.4 | Ubuntu: apache2 -v CentOS: httpd -v |
Apache |
PHP 5.6.x, 7.0.2, 7.0.4 or 7.0.6 | php -v |
PHP Ubuntu PHP CentOS |
MySQL 5.6.x | mysql -u [root user name] -p |
MySQL |