Magento 2 – Products in category page not showing
My problem is that : all products in category page not showing. And when i displayed the query of $_productColection in Magento_Catalog/templates/product/list.phtml : /** * Product list template * * @var $block MagentoCatalogBlockProductListProduct */ ?> <?php $_productCollection = $block->getLoadedProductCollection(); echo($_productCollection->getSelect());… Read More »Magento 2 – Products in category page not showing