Magento 1.5.1 doesn't show subcategories - magento

Good day everyone!
I have a problem with my multi-store Magento.
Magento version 1.5.1
I created a new rootcategory, with categories "Men" and "Women" and "Men" contains 2 subcategories, wich not show up.
All the rootcategories including every category inside is setting to Active, enabled "Included in Navigation Menu" and also set to Anchor.
Men and Women are still visible, but the 2 subcatgories in Men don't show up anywhere.
Also printed the Array with every information about the categories, but the 2 subcategories in Men are not in this array.
Note: Cache is disabled.
Please, can anyone help me?

In the backend, go to System > Configuration.
In the Catalog Tab, you have "Category Top Navigation". Check that the Maximal Depth is set to 0 or is greater than 3.

Related

How do I list all categories tree in layred navigation in Magento

Can I list all categories tree in layered navigation? Right now when I click on a parent category its subcategories are listed only.
Also can I filter products on multiple attributes. For example shirts of color red, black and green.
Above things possible in Magento with some coding or do I have to purchase an extension or is there any free extension that improves layred navigation?
you can do all these things through your admin panel
go to catalog->manage catagories and add sub catagories there... save it. you can see the changes in the front end of magento then....

Joomla Menu Subcategories only showing 4 items

I am able to show items in subcategories in a menu view in Joomla (finally - it was no easy task.)
But now it is only showing the first 4 of each subcategory.
Technically they are all secondary - and it should be showing all of them because I set max secondary on the subcategories to 100.
What am I doing wrong?
If I understand your question right below should work for you.
It's under Blog Layout Options in the Edit Menu Item panel. I think I had confused it with a similar option under Category Options, "Subcategory Levels" where the tip says "The number of subcategory levels to display."
Read more

Magento product categories disappear when trying to add new products

This is an odd issue. All of our categories are showing up in the Magento admin category area but when we try and add new products we cannot assign them to specific categories because they don't show up. I have tried manually adding a simple product and a configurable product but the only category that I have available is the default category, none of my other categories show up. I have attached a screenshot of the product page and category page listing all our categories. Anyone else have this issue or might be able to point me in the right direction? I have tried flushing the all the cache, nothing seems to work... We are running 1.5.
Thanks for the help.
Photo of adding a product with no categories available.
http://climbhigh.com/images/missing-categoy.png
All of our available categories.
http://climbhigh.com/images/category-list.png
Try this:
UPDATE catalog_category_entity SET children_count = "1" WHERE children_count < 1;
I had some issues with the children_count being a negative value, and this fixed it for me.

Magento category page displays no products

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
Please check following settings are done for your product
The products must be Visible in Catalog.
The products must be Enabled.
Product must have a stock Quantity.
The product must be set to In Stock.
If the product is set not to track stock, it still need to have a stock Quantity and be set to In Stock.
The product must be assigned to the target Category.
If using multi-website mode (or if you imported the products through Data Flow), the products must be assigned to the target Website.
You must refresh your “var/Cache” & rebuild all indexes from admin > system > index management
Hope this helps you.
Next time if you have same problem you can try two things:
1 - Reindex catalog and products
2 - Check user permissions
If you move your database from one server to another or you restore the database you might want to check the customer_group table. More specifically you should check the "NOT LOGGED IN" records and its ID, it should be "0" if it is not the products won't be visible for that group of users which is pretty much all users on most Magento shops.
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)?
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.

Why are my related products not displaying on my product page?

I have gone to admin -> manage product -> product information page -> related products
Then I added a product that is related, and saved.
I went to that product and refreshed the page, but nothing changed. Why not?
Also, be sure to check that the product you're trying to see in 'Related Products' is not already in your cart. Magento has a default filter applied that removes items in the cart from the related products collection.
Solution:
Login to Admin
Go to System -> Index Management
Select All checkboxes
Select 'Reindex Data' from Actions selection list
Click Submit button
Reference: Magento Up-sells Cross-sells and Related products are not showing up
Related Products appear in product info page, in the right column.
Cross Sell items appear in the shopping cart.
Upsells for this product are items that your customers would ideally buy instead of the product they’re viewing.These appear on the product info page underneath the product description.
As a result, I understand that you would show products bottom of the product info page, you should choose upsells instead of related products.
If you want related products ( which I can misunderstanding you ) do following things :
Check related product status is enabled.
Check visibility status set "Catalog" or "Catalog Search"
If everything is fine, check the inventory of related products.Stock should be greater than 0.
Last thing, related products must be include a category. Click "categories" link to check and see if the product added in a category.
Click on the "Reset Filter" button on top of the related product listing. It will list all products in table. Or you can clear cache + reindex data.
I had the same issue. After some time ago, I found that the products are not made to be visible in the visibility section, and that the products are not set to be in any website.
Hope this is the answer, and should be, because if you set up everything right there is nothing that can make problems.
Make sure the product and related product are under the same website. This isn't apparent when adding the relating products.
One possible pitfall you can run into is that you use a template without a right column. In that case you have to use unsetChild and insert to move the related product block.

Resources