Blog » Magento version upgrade http://www.hiremagentodeveloper.com/blog Magento ecommerce, online store, enterprise solutions, Magento Mobile Wed, 14 Aug 2013 07:28:53 +0000 en-US hourly 1 http://wordpress.org/?v=3.4.2 No products are showing on the front-end after magento version upgrade http://www.hiremagentodeveloper.com/blog/ecommerce/no-products-are-showing-on-the-front-end-after-magento-version-upgrade.html http://www.hiremagentodeveloper.com/blog/ecommerce/no-products-are-showing-on-the-front-end-after-magento-version-upgrade.html#comments Fri, 19 Jul 2013 06:53:31 +0000 Bhavin http://www.hiremagentodeveloper.com/blog/?p=375 More...]]> In one of the recent version upgrade of magento I faced the issue that it was not showing the products on the front-end and showing the error “There are no products matching the selection”. The issue was also that the products were visible to the logged in users but not visible to guest users.

So here I have summarized few things which I did to fix the issue. Please check and follow it if you have the same issue.

First of all open the database table “customer_group” via phpmyadmin. The thing which affects the error is mainly due to a bug in this table. You will see that the customer_group_id column for NOT LOGGED IN is set to 4 , while it should be 0 . So, just edit that and make it 0. So, final view looks like this,

Now Goto System > Configuration > Inventory > Manage Stock and select it as “NO” and keep “SHOW OUT OF STOCK PRODUCTS” as “YES”.

Please REINDEX DATA from Index Management.

Goto System > Cache Management and refresh all caches there and flush the whole cache storage there.

You should be able to view all of your products now.

Thanks,

]]>
http://www.hiremagentodeveloper.com/blog/ecommerce/no-products-are-showing-on-the-front-end-after-magento-version-upgrade.html/feed 0