{"id":14548370,"url":"https://github.com/opengento/magento2-catalog-sort-order","last_synced_at":"2025-09-08T06:44:20.687Z","repository":{"id":255260930,"uuid":"849038007","full_name":"opengento/magento2-catalog-sort-order","owner":"opengento","description":"This module allows to setup the sort direction options in the storefront catalog view.","archived":false,"fork":false,"pushed_at":"2024-12-03T13:28:52.000Z","size":27,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-07-10T13:08:02.256Z","etag":null,"topics":["catalog","magento","magento-2","magento-extension","magento-module","magento2","magento2-extension","magento2-extension-free","magento2-module","order","sort","sort-order","sorting"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opengento.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"custom":["https://www.helloasso.com/associations/opengento/formulaires/1"]}},"created_at":"2024-08-28T21:33:17.000Z","updated_at":"2024-12-03T13:26:16.000Z","dependencies_parsed_at":"2024-12-30T21:41:24.325Z","dependency_job_id":null,"html_url":"https://github.com/opengento/magento2-catalog-sort-order","commit_stats":null,"previous_names":["opengento/magento2-catalog-sort-order"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/opengento/magento2-catalog-sort-order","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengento%2Fmagento2-catalog-sort-order","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengento%2Fmagento2-catalog-sort-order/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengento%2Fmagento2-catalog-sort-order/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengento%2Fmagento2-catalog-sort-order/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opengento","download_url":"https://codeload.github.com/opengento/magento2-catalog-sort-order/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengento%2Fmagento2-catalog-sort-order/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267544450,"owners_count":24104766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["catalog","magento","magento-2","magento-extension","magento-module","magento2","magento2-extension","magento2-extension-free","magento2-module","order","sort","sort-order","sorting"],"created_at":"2024-09-06T12:01:21.646Z","updated_at":"2025-07-28T16:10:39.079Z","avatar_url":"https://github.com/opengento.png","language":"PHP","funding_links":["https://www.helloasso.com/associations/opengento/formulaires/1"],"categories":["PHP"],"sub_categories":[],"readme":"# Catalog Sort Order Module for Magento 2\n\n[![Latest Stable Version](https://img.shields.io/packagist/v/opengento/module-catalog-sort-order.svg?style=flat-square)](https://packagist.org/packages/opengento/module-catalog-sort-order)\n[![License: MIT](https://img.shields.io/github/license/opengento/magento2-catalog-sort-order.svg?style=flat-square)](./LICENSE) \n[![Packagist](https://img.shields.io/packagist/dt/opengento/module-catalog-sort-order.svg?style=flat-square)](https://packagist.org/packages/opengento/module-catalog-sort-order/stats)\n[![Packagist](https://img.shields.io/packagist/dm/opengento/module-catalog-sort-order.svg?style=flat-square)](https://packagist.org/packages/opengento/module-catalog-sort-order/stats)\n\nThis module allows to setup the sort direction options in the storefront catalog view.\n\n - [Setup](#setup)\n   - [Composer installation](#composer-installation)\n   - [Setup the module](#setup-the-module)\n - [Features](#features)\n - [Settings](#settings)\n - [Documentation](#documentation)\n - [Support](#support)\n - [Authors](#authors)\n - [License](#license)\n\n## Setup\n\nMagento 2 Open Source or Commerce edition is required.\n\n### Composer installation\n\nRun the following composer command:\n\n```\ncomposer require opengento/module-catalog-sort-order\n```\n\n### Setup the module\n\nRun the following magento command:\n\n```\nbin/magento setup:upgrade\n```\n\n**If you are in production mode, do not forget to recompile and redeploy the static resources.**\n\n## Features\n\nEnable advanced catalog list sort by feature.  \nSetup the sort options, add the attributes for sort by based on the scope (global/website/store view).  \nYou can also override the sort option and define if the direction must be included in the label or not.  \nIf you choose to not include the direction, then the default direction is ascending.  \nYou can also set the position of the orders in the sort by.  \n\n## Documentation\n\nSettings are available at:\n\n- `Stores \u003e Configuration \u003e Catalog \u003e Catalog \u003e Storefront \u003e Advanced Sort By`\n- `Stores \u003e Configuration \u003e Catalog \u003e Catalog \u003e Storefront \u003e Product Listing Sort Options`\n\n## Support\n\nRaise a new [request](https://github.com/opengento/magento2-catalog-sort-order/issues) to the issue tracker.\n\n## Authors\n\n- **Opengento Community** - *Lead* - [![Twitter Follow](https://img.shields.io/twitter/follow/opengento.svg?style=social)](https://twitter.com/opengento)\n- **Thomas Klein** - *Maintainer* - [![GitHub followers](https://img.shields.io/github/followers/thomas-kl1.svg?style=social)](https://github.com/thomas-kl1)\n- **Contributors** - *Contributor* - [![GitHub contributors](https://img.shields.io/github/contributors/opengento/magento2-catalog-sort-order.svg?style=flat-square)](https://github.com/opengento/magento2-catalog-sort-order/graphs/contributors)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE) details.\n\n***That's all folks!***\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopengento%2Fmagento2-catalog-sort-order","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopengento%2Fmagento2-catalog-sort-order","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopengento%2Fmagento2-catalog-sort-order/lists"}