I am also experiencing a similar problem while developing a new site in 4.1.10. My results don't display at all and I have not edited customer/main/search_result.tpl
I have the following code:
Code:
<!-- SEARCH RESULTS SUMMARY -->
<a name="results"></a>
{if $mode eq "search"}
{if $total_items gt "1"}
{$lng.txt_N_results_found|substitute:"items":$total_items}<br />
{$lng.txt_displaying_X_Y_results|substitute:"first_item":$first_item:"last_item":$last_item}
{elseif $total_items eq "0"}
{$lng.txt_N_results_found|substitute:"items":0}
{/if}
{/if}
Also, I also wonder if anyone could tell me how to move this code and the similar one in main/orders.tpl within the dialog box. I have tried putting it within the capture but it just disappears. Am I missing something?
All help is gratefully received