How to show top level category in the left column only?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 年 前
Help, my category list is way too long, therefore I would like to disable the display of subcategories in the left column, can someone please explain to me how to archieve this?

I tried to look for an answer in this forum and found to comment out:

               // for (int i = 0; i <= breadCrumb.Count - 1; i++)
                  //  if (breadCrumb[i].CategoryId == category.CategoryId)
                   //     CreateChildMenu(breadCrumb, category.CategoryId, currentCategory, level);

in CategoryNavigation.aspx.cs file under CreateChildMenu.

I saved the changes and uploaded to the server but nothing happens.

I am a newbie to ASP.net, your answer is very much appreciated!
13 年 前
You will need Visual Studio 2010  ( or maybe you can recompile in Visual Web Developer )


How will your customers be able to navigate to the products ?
13 年 前
haydie wrote:
You will need Visual Studio 2010  ( or maybe you can recompile in Visual Web Developer )


How will your customers be able to navigate to the products ?


I loaded nopcommerce in VS 2010, changed the bit of code, what should I do next?

Subcategories are shown in the centre frame already so I dont need them in the left column again :p
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.