All Projects → Itonomy → magento2-product-visibillitygrid

Itonomy / magento2-product-visibillitygrid

Licence: MIT License
Magento 2 module for determining if/when products are showing up in category

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to magento2-product-visibillitygrid

blog
MageVision Blog
Stars: ✭ 23 (-30.3%)
Mutual labels:  ecommerce, magento-2, magento2-module
stripe
Stripe integration with Magento 2
Stars: ✭ 58 (+75.76%)
Mutual labels:  magento-2, magento2-module
module-catalog
Fixes for some known Magento 2 issues in Catalog
Stars: ✭ 23 (-30.3%)
Mutual labels:  magento-2, magento2-module
module-translation
magefan.com/magento-2-translation-extension
Stars: ✭ 35 (+6.06%)
Mutual labels:  magento-2, magento2-module
m2.IndexerUrlRewrite
Magento2. Extension rebuild UrlRewrite index.
Stars: ✭ 38 (+15.15%)
Mutual labels:  magento-2, magento2-module
magento2-checkout-success-misc-script
Add Miscellaneous HTML and JavaScript codes to Magento2 checkout conformation page
Stars: ✭ 26 (-21.21%)
Mutual labels:  magento-2, magento2-module
magento-ngrok
Magento 2 module for ngrok.io service support
Stars: ✭ 45 (+36.36%)
Mutual labels:  magento-2, magento2-module
module-blog-sample-data
Sample data for Magento 2 blog extension
Stars: ✭ 15 (-54.55%)
Mutual labels:  magento-2, magento2-module
bolt-magento2
Bolt plugin for magento2
Stars: ✭ 17 (-48.48%)
Mutual labels:  ecommerce, magento-2
module-lazyload
magefan.com/magento-2-image-lazy-load-extension
Stars: ✭ 47 (+42.42%)
Mutual labels:  magento-2, magento2-module
magento2-link-product
Custom Product Relation for Magento 2.2.x and 2.3.x sample extension
Stars: ✭ 45 (+36.36%)
Mutual labels:  magento-2, magento2-module
module-blog-comments-recaptcha
module-blog-comments-recaptcha
Stars: ✭ 17 (-48.48%)
Mutual labels:  magento-2, magento2-module
taxjar-magento2-extension
Magento 2 Sales Tax Extension by TaxJar
Stars: ✭ 23 (-30.3%)
Mutual labels:  ecommerce, magento-2
import-cli-simple
This the meta package for Pacemaker Community, a Symfony based CLI application that provides import functionality for products, categories, attributes, and attribute-sets. The default format is CSV, adapters for XML are also available. The application can be declaratively extended by additional operations, which can be used to reassemble and exe…
Stars: ✭ 69 (+109.09%)
Mutual labels:  categories, products
module-wysiwyg-advanced
Extend TinyMCE 4 & 5 tools in Magento 2
Stars: ✭ 60 (+81.82%)
Mutual labels:  magento-2, magento2-module
module-geoip
Detect Country by IP in Magento 2
Stars: ✭ 51 (+54.55%)
Mutual labels:  magento-2, magento2-module
magento-grid-colors
Magento 2 Grid Colors module for colorizing admin grids. Supports saving of states with the help of grid's bookmarks.
Stars: ✭ 54 (+63.64%)
Mutual labels:  magento-2, magento2-module
m2.SmartCategory
Magento2. Extension Smart Category rules dynamically change the product selection according to a set of conditions.
Stars: ✭ 78 (+136.36%)
Mutual labels:  magento-2, magento2-module
nosto-magento2
marketplace.magento.com/nosto-module-nostotagging.html
Stars: ✭ 19 (-42.42%)
Mutual labels:  ecommerce, magento2-module
m2-ComposerRepo
Composer Repository Manager for selling Magento 2 extension and offering composer installation for ordered packages.
Stars: ✭ 18 (-45.45%)
Mutual labels:  composer, magento2-module

Magento 2 Product Visibility Grid

Did you every wonder why your product is not showing up in a category in Magento?

Magento 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.

This 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).

  • Determine whether a product is showing in category (yes/no)
  • Columns per index/condition
  • Reindex per product
  • Mass reindex selection

Table of Contents

Requirements

  • Magento: >= 2.3
  • PHP: >= 7.0
  • Composer

Installation

  • Add the module to composer:

      composer require itonomy/productvisibilitygrid
    
  • Add the new entry in app/etc/config.php, under the 'modules' section:

      'Itonomy_ProductVisibilityGrid' => 1,
    
  • Clear cache

      'php bin/magento c:f'
    

Usage

    http://[yourstore.net]/[adminslug]/productvisibility/index/grid

Or through the menu:

Feel free to contribute and if there are any problems don't hesitate to open an issue.

Version

  • Updated to version 1.0.0 to achieve a first version
  • Updated to version 1.0.1 adding readme and fixing bug regarding filtering website/store
  • Updated to version 1.0.2 bugfixes and moving "is_visible_in_cat" to subselect
  • Updated to version 1.0.3 bugfixes PHPCS feedback "echo 'a'"
  • Updated to version 1.0.4 bugfixes DI compile error
  • Updated to version 1.0.5 Update for webshop not using flat tables
  • Updated to version 1.0.6 Fix SQL error when no products are in Magento
  • Updated to version 1.0.7 Fix for 2.1.8 support and fix for null values in "visible in category"
  • Updated to version 1.0.8 Update some documentation, minor fixes.
  • Updated to version 2.0.0 Magento 2.3 compatablity. Magento 2.2 support is dropped. Fixed #12 and #13
  • Updated to version 2.1.0 Magento Fixing issues for compatibility with commerce and root category issue
  • Updated to version 2.1.1 Fix on broken query + removal of in flat table column due to deprecation
  • Updated to version 2.1.2 Fix broken module name

Credits

  • Jerrol Etheredge (former co-worker who created the M1 version)

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].