Skip to content

Huniko519/Magento2-Catalog-Sortby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Catalog Sorting (Huniko_Sortby) v1.0.0

Magento 2 Extension

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.

Install:

composer require huniko519/magento2-catalog-sortby


Features:

  1. Easy to use
  2. Looks like core functionality of Magento (at backend as well as frontend)
  3. Unencrypted code for easy customization

Prerequisites

Use the following table to verify you have the correct prerequisites to install this Extension.

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