Monday, February 2, 2015

How to remove search box in nopCommerce?

I do not need the default search box to be displayed on my site, so I found a way to remove it.

1. Look for the file : \Presentation\Nop.Web\Views\Shared\Header\Header.cshtml

2. Just remove this code section:

   
        @Html.Action("SearchBox", "Catalog")
   

No comments:

Post a Comment