itonomy/productvisibilitygrid 1.0.2

Type

magento2-module

License

None

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

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 complexity, determining whether a product should show is not that straightforward.

This grid is making 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 * Magento 1 Version * Requirements * Installation * Usage * Version * Credits * License

Requirements

  • magento 2 community
  • php: ~7.1
  • magento/magento-composer-installer

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 throught the menu:

Feel free to contribute, and contact me for any issues.

You can also drop us a comment at [email protected]

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

Credits

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

License

MIT