@model SearchBoxModel @using SmartStore.Web.Models.Catalog; @{ if (Model.AutoCompleteEnabled) { Html.AddScriptParts("~/Scripts/smartstore.instantsearch.js"); } } @using (Html.BeginRouteForm("ProductSearch", FormMethod.Get, new { @class = "form-search pull-right" })) {