- 7
How do you remove the Manufactures from the sidebar on the product page?
object currentProductId = Url.RequestContext.RouteData.Values["productId"];
if (_catalogSettings.ManufacturersBlockItemsToDisplay == 0 || currentProductId != null)
return Content("");