Product is in a catagory
The front end category view show all products in the category.
The product is visible when using the URL key of the product.
The front end category view show shows only (1) older product.
This was resolved. I was able to assess that one index was stuck processing. I went into the database and found the indexer_state table. I followed the document http://magento.stackexchange.com/questions/93108/magento-ce-2-0-index-management-always-processing to set it to invalid and re-ran the indexing cron job. The site is now displaying the products.
I have used new theme and when i create new product then it's not display on category page also i have do it indexing and cleaning the cache. can you please suggest me how can i resolve the issue ?
I'm with the same problem here....I have a bunch of products added to several categories and none is showing.
I'm getting the following message:
"We can't find products matching the selection."
Any idea what can be?
jmachete, do you have solution already? I have the same issue here.
Thank you
Having same issue
Magento 2.1.3 total products > 80,000
Having issue with product not showing in all categories, but shows oddly in category it is not assigned.
I had this exact same issue. Products could be seen by going to the product page only.
I went to the admin section and to the category and tried unassigning the products and it bugged out.
That gave me enough info to reset permissions on my magento2 directory
"sudo chown -R :apache magento2"
Reindexed and cleared cache and everythings working!
Why was this issue closed ?
The same issue here.
How can solve this issue correctly?
I have solution of ur issues
On Jul 17, 2017 2:47 PM, "webmasterdragon" notifications@github.com wrote:
The same issue here.
How can solve this issue correctly?—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/magento/magento2/issues/3917#issuecomment-315704287,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ATZH-fsR99F9h13NFUMgFSxJmwpVibSnks5sOyaSgaJpZM4H6T1O
.
Anyone have a solution for this? I have tried reindex and reset solutions and this did not fix issue for me?
Guys , any solution for not showing product on category page ?
Hi, check out https://github.com/Itonomy/magento2-product-visibillitygrid. It will show all "conditions" for a product to show + a function to reindex it, when needed. Good luck!
Same issue here also, tried reindexing after reset also.
Hi, check out https://github.com/Itonomy/magento2-product-visibillitygrid. It will show all "conditions" for a product to show + a function to reindex it when needed. Good luck!
I have installed visibilitygrid, It shows "Is visible in Category => No" for New Products. when I check New products on Edit page, Visibilty Set to Catelog, Search. What should i do?
Most helpful comment
I have used new theme and when i create new product then it's not display on category page also i have do it indexing and cleaning the cache. can you please suggest me how can i resolve the issue ?