Advanced Search - as default

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
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
13 years ago
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.