Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #10

Merged
merged 1 commit into from
Jul 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

**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.
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 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).
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).
<img align="center" src="./docs/img/grid.png" height="400">

* Determine whether a product is showing in category (yes/no)
Expand All @@ -23,9 +23,9 @@ This grid is making your life easier. It shows the different "visibility conditi

# Requirements

- magento 2 community
- php: >5.6
- magento/magento-composer-installer
- Magento: >= 2.2
- PHP: >= 7.0
- Composer

# Installation

Expand All @@ -45,13 +45,11 @@ This grid is making your life easier. It shows the different "visibility conditi

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

Or throught the menu:
Or through the menu:

<img align="center" src="./docs/img/menu.png" height="400">

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

You can also drop us a comment at ben.vansteenbergen@itonomy.nl
Feel free to contribute and if there are any problems don't hesitate to open an issue.

# Version

Expand All @@ -63,6 +61,7 @@ You can also drop us a comment at ben.vansteenbergen@itonomy.nl
- 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.

## Credits

Expand Down