Category

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 years ago
Hi,
I am using nopcommerce2.80 version, i need to add a new category link on header menu. is it possible in this version. i can use Static category name and id if needed. can anybody help me in this.

Thanks
10 years ago
Hi,

to add a new category link on header menu, you should edit the file Menu.cshtml. Add into the tag <ul></ul> the following line:

<li><a href="/yourCategoryLink">YourCategoryName</a></li>
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.