This module provide new sorting options in product list and grid.
Backend
Frontend Sort By Options:
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