Version 1.8 how to show all catagories(include the 3ird catagory) at all pages(include home pages)Ed

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 13 años
When i comment

1. Open \Modules\CategoryNavigation.ascx.cs file
2. Comment lines 154-155

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


and use Visual Studio 2010 re compile the site

it reports too more Warning, about sum to 62 sentence warning


Warning 1 Parameter “parentId” in “NopSolutions.NopCommerce.BusinessLogic.Categories.Extensions.SortCategoriesForTree (System.Collections.Generic.List, int)” in XML annotation match param mark (, but other parameters have) D:\wwwroot\nopCommerce _180_Source \ Libraries \ Nop.BusinessLogic \ Categories \ Extensions.cs 49 92 Nop.BusinessLogic


Warning 2 Lacks to the public obvious type or the member “NopSolutions.NopCommerce.BusinessLogic.Orders.Order.ParseTaxRates(string)” XML annotation D:\wwwroot\nopCommerce _180_Source \ Libraries \ Nop.BusinessLogic \ Orders \ Order.cs 52 54 Nop.BusinessLogic


Warning 3 Lacks to the public obvious type or the member “NopSolutions.NopCommerce.BusinessLogic.Directory.GeoCountryLookup.LookupCountryCode(string)” XML annotation D:\wwwroot\nopCommerce _180_Source \ Libraries \ Nop.BusinessLogic \ Directory \ GeoCountryLookup.cs 132 30 Nop.BusinessLogic


Warning 4 Lacks to the public obvious type or the member “NopSolutions.NopCommerce.BusinessLogic.Directory.GeoCountryLookup.LookupCountryCode (System.Net.IPAddress)” XML annotation D:\wwwroot\nopCommerce _180_Source \ Libraries \ Nop.BusinessLogic \ Directory \ GeoCountryLookup.cs 149 30 Nop.BusinessLogic



Warning 7 Parameter “emailAccountId” in “NopSolutions.NopCommerce.BusinessLogic.Messages.MessageManager.InsertQueuedEmail (int, System.Net.Mail.MailAddress, System.Net.Mail.MailAddress, string, string, string, string, System.DateTime, int, System.DateTime? , int)” in XML annotation match param mark (, but other parameters have) D:\wwwroot\nopCommerce _180_Source \ Libraries \ Nop.BusinessLogic \ Messages \ MessageManager.cs 637 35 Nop.BusinessLogic


What's wrong ?...................
Hace 13 años
?????????????  ???????????
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.