Setup Just install the plugin and go to "Catalog -> Products -> Reorder products (list toolbar)" Added sort options custom alphabetically Custom sort $obList = ProductCollection::make()->sort('custom'); Alphabetically sort $obList = ProductCollection::make()->sort('alphabetically');