I'm using ShopSite 9.0. If I disable the "Search Field" in the Search Page Layout then the "Sort By" pop-up menu produces unexpected results. Namely, if I choose "Price: High to Low" then a more info page will load in or another page will load in. However, if I enable the "Search Field" then the Sort By menu options work as expected. I've unaltered the code in the classy template I'm using:
[-- IF SEARCHTOP --]
<!-- START Top Search Result Form -->
<tr>
<td class="se_search_form"><table class="se_search_form">
<tbody>
<tr class="se_form_search_row">
<td colspan="4" class="se_form_term">[-- SEARCHRESULT_FORM FORM_ONLY --]</td>
</tr>
<tr class="se_form__sort_row">
<td class="se_form_sort">[-- SearchSortBy --]</td>
<td class="se_form_numresult">[-- SearchResultCount --]</td>
<td class="se_form_prevnext">[-- SearchPrevNext --]</td>
<td class="se_form_perpage">[-- SearchResultsPerPage --]</form></td>
</tr>
</tbody>
</table></td>
</tr>
<!-- END Top Search Result Form -->
[-- END_IF --]
1. Is this a bug in ShopSite?
2. Is there a template tag I can use that will start the search <form> without outputting the html code for a search field?
Thanks in advance.