File tree Expand file tree Collapse file tree
src/Libraries/SmartStore.Services/Seo Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,18 +74,6 @@ private void WriteCategories(int parentCategoryId)
7474 var updateTime = category . UpdatedOnUtc ;
7575 WriteUrlLocation ( url , updateFrequency , updateTime ) ;
7676 }
77-
78- //var categories = _categoryService.GetAllCategoriesByParentCategoryId(parentCategoryId, false);
79- //foreach (var category in categories)
80- //{
81- // //TODO add a method for getting URL (use routing because it handles all SEO friendly URLs)
82- // var url = string.Format("{0}{1}", location, category.GetSeName());
83- // var updateFrequency = UpdateFrequency.Weekly;
84- // var updateTime = category.UpdatedOnUtc;
85- // WriteUrlLocation(url, updateFrequency, updateTime);
86-
87- // WriteCategories(category.Id);
88- //}
8977 }
9078
9179 private void WriteManufacturers ( )
You can’t perform that action at this time.
0 commit comments