Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When I view a category page (ie. url.com/category.html) the page shows the category title, description but no products. Doesn't seem to be loading them since I get this message "There are no products matching the selection."

The products are enabled, visible in catalog & search, have quantity and are in stock and product categories are listed under a root category called "Default Category". I have a featured products listed on the home page by category ID which display fine and individual product detail pages display as they should as well.

I have tried refreshing cache/indexes and searching Google all to no avail. I thought it may be an issue caused by a customization I made to the theme but switching to the default theme made no change so it would seem I must be missing something in the product or category configurations.

Possibly related? – searching always returns no results even if by product name

I am using magento ver 1.5.1

share|improve this question

2 Answers

up vote 0 down vote accepted

How many attributes do you have? Too many attributes marked as "Visible on product listing page" can break the indexes. Are there records in the catalog_product_flat_* table(s)?

share|improve this answer
I haven't added any additional attributes so there are just the defaults, doesn't look like any are set to Visible. I'm not sure how to check the records of the table, would that be through PHP MyAdmin? If so I don't currently have access to that but can get it later on today – clayheb May 18 '12 at 15:48
Edit: I believe there are 39 attributes – clayheb May 18 '12 at 17:16
Yes, phpMyAdmin would give you access to the database. – Joe Constant May 20 '12 at 2:18
Yes, there are three records in catalog_product_flat_1 corresponding to the three test products I have added – clayheb May 22 '12 at 15:05

OK after I looked up the records and replaced my theme's list.phtml file with the default one (for about the 100th time) products started displaying. Not sure what changed but as long as they continue to display I'm happy.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.