I want to hide subcategories from homepage in multi-column list but not from subcategory page.
I want to hide subcategories from homepage in multi-column list but not from subcategory page.
Just disable corresponding block on the Design -> Layouts -> Homepage page.
i dont want to disable all menu.I want menu to show only first category image not subcategory.
not sure if this is relevent
http://forum.cs-cart.com/topic/43112-how-to-hide-subcategories-from-main-content-of-category-page/
i dont want to disable all menu.I want menu to show only first category image not subcategory.
It is not clear what do you mean. If you disable block on the homepage, it will not affect the category pages.
Try to edit the design/themes/THEME/templates/views/categories/components/categories_multicolumns.tpl file and replace
{if $category}
with
{if $category && $category.level == 0}
Do not forget to clear cache