Advanced Search - as default

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 13 años
Is it possible to have Advanced Search as the default setting "search.aspx"

Any advice would be cool - such as in the configs or a rewrite of the code on search.aspx file.....


cheers
Hace 13 años
1. Open \Modules\Search.ascx file
2. Replace
<asp:CheckBox runat="server" ID="cbAdvancedSearch" Text="<% $NopResources:Search.AdvancedSearch %>" />

with
<asp:CheckBox runat="server" ID="cbAdvancedSearch" Text="<% $NopResources:Search.AdvancedSearch %>" Checked="true" />
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.