{"id":17995642,"url":"https://github.com/itonomy/magento2-product-visibillitygrid","last_synced_at":"2025-08-19T22:03:32.989Z","repository":{"id":56994389,"uuid":"144295350","full_name":"Itonomy/magento2-product-visibillitygrid","owner":"Itonomy","description":"Magento 2 module for determining if/when products are showing up in category","archived":false,"fork":false,"pushed_at":"2023-11-21T08:00:08.000Z","size":516,"stargazers_count":34,"open_issues_count":2,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-01T17:55:03.891Z","etag":null,"topics":["categories","composer","ecommerce","indexing","magento-2","magento2-module","php7","productmanagement","products"],"latest_commit_sha":null,"homepage":"https://www.itonomy.nl","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/Itonomy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"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}},"created_at":"2018-08-10T14:20:04.000Z","updated_at":"2025-04-24T10:52:28.000Z","dependencies_parsed_at":"2024-10-29T21:39:53.578Z","dependency_job_id":null,"html_url":"https://github.com/Itonomy/magento2-product-visibillitygrid","commit_stats":{"total_commits":37,"total_committers":5,"mean_commits":7.4,"dds":0.3513513513513513,"last_synced_commit":"319012f21b080764bd4cf63f547e43e4712d0873"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/Itonomy/magento2-product-visibillitygrid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Itonomy%2Fmagento2-product-visibillitygrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Itonomy%2Fmagento2-product-visibillitygrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Itonomy%2Fmagento2-product-visibillitygrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Itonomy%2Fmagento2-product-visibillitygrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Itonomy","download_url":"https://codeload.github.com/Itonomy/magento2-product-visibillitygrid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Itonomy%2Fmagento2-product-visibillitygrid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271230007,"owners_count":24722842,"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-08-19T02:00:09.176Z","response_time":63,"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":["categories","composer","ecommerce","indexing","magento-2","magento2-module","php7","productmanagement","products"],"created_at":"2024-10-29T21:08:25.085Z","updated_at":"2025-08-19T22:03:32.932Z","avatar_url":"https://github.com/Itonomy.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Magento 2 Product Visibility Grid\n\n**Did you every wonder why your product is not showing up in a category in Magento?**\n\nMagento has a complex way of building a product collection. Due to several conditions, indexes, plugins and other complexities determining whether a product should show is not that straightforward. \n\nThis grid will make your life easier. It shows the different \"visibility conditions\" in columns and whether a product is or isn't showing up in your category (collection).\n\u003cimg align=\"center\" src=\"./docs/img/grid.png\" height=\"400\"\u003e\n\n* Determine whether a product is showing in category (yes/no)\n* Columns per index/condition\n* Reindex per product\n* Mass reindex selection\n\n\u003cstrong\u003eTable of Contents\u003c/strong\u003e\n* [Magento 1 Version](https://github.com/Itonomy/magento1-product-visibillitygrid)\n* [Requirements](#requirements)\n* [Installation](#installation)\n* [Usage](#️usage)\n* [Version](#️version)\n* [Credits](#️credits)\n* [License](https://github.com/Itonomy/magento2-product-visibillitygrid/blob/master/LICENSE.txt)\n\n# Requirements\n\n- Magento: \u003e= 2.3\n- PHP: \u003e= 7.0\n- Composer\n\n# Installation\n\n- Add the module to composer:\n\n        composer require itonomy/productvisibilitygrid\n\n- Add the new entry in `app/etc/config.php`, under the 'modules' section:\n\n        'Itonomy_ProductVisibilityGrid' =\u003e 1,\n\n- Clear cache\n       \n        'php bin/magento c:f'\n\n# Usage\n\n        http://[yourstore.net]/[adminslug]/productvisibility/index/grid\n        \nOr through the menu:\n\n\u003cimg align=\"center\" src=\"./docs/img/menu.png\" height=\"400\"\u003e\n\nFeel free to contribute and if there are any problems don't hesitate to open an issue.\n\n# Version\n\n- Updated to version 1.0.0 to achieve a first version\n- Updated to version 1.0.1 adding readme and fixing bug regarding filtering website/store \n- Updated to version 1.0.2 bugfixes and moving \"is_visible_in_cat\" to subselect\n- Updated to version 1.0.3 bugfixes PHPCS feedback \"echo 'a'\"\n- Updated to version 1.0.4 bugfixes DI compile error\n- Updated to version 1.0.5 Update for webshop not using flat tables\n- Updated to version 1.0.6 Fix SQL error when no products are in Magento\n- Updated to version 1.0.7 Fix for 2.1.8 support and fix for null values in \"visible in category\"\n- Updated to version 1.0.8 Update some documentation, minor fixes.\n- Updated to version 2.0.0 Magento 2.3 compatablity. Magento 2.2 support is dropped. Fixed #12 and #13\n- Updated to version 2.1.0 Magento Fixing issues for compatibility with commerce and root category issue\n- Updated to version 2.1.1 Fix on broken query + removal of in flat table column due to deprecation\n- Updated to version 2.1.2 Fix broken module name\n## Credits\n\n* Jerrol Etheredge (former co-worker who created the M1 version)\n\n## License\n\n[MIT](http://webpro.mit-license.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitonomy%2Fmagento2-product-visibillitygrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitonomy%2Fmagento2-product-visibillitygrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitonomy%2Fmagento2-product-visibillitygrid/lists"}