Skip to content

A Magento 2 Extension that custom the Sort by in Product Grid and List

Notifications You must be signed in to change notification settings

zekinah/magento2-AdvancedSortby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 2 Advanced SortBy

This module provide new sorting options in product list and grid.

Features

Backend

  • Option to On and Off module
    • Goto Stores -> Configuration -> Zone -> Advanced Sorting -> General Configuration
  • Option to On and Off the specific Sort By attribute Options
    • Goto Stores -> Configuration -> Zone -> Advanced Sorting -> Sortby Options

Frontend Sort By Options:

  • Featured
  • Best Selling
  • Price, low to high
  • Price, high to low
  • Alphabetically, A-Z
  • Alphabetically, Z-A
  • Date, old to new
  • Date, new to old

Installation

Copy the content of the repo to the app/code/Zone/AdvancedSortBy/ folder

Enable module:

php bin/magento module:enable Zone_AdvancedSortBy

Disable module: (Optional)

php bin/magento module:disable Zone_AdvancedSortBy --clear-static-content

Update system:

php bin/magento setup:upgrade
php bin/magento cache:flush
php bin/magento cache:clean

Author

License

MIT