customer/main/products.tpl should have this near the top:
followed by all the product formatting stuff
and it should have:
Code:
{else}
{$lng.lbl_no_products_found}
{/if}
near the bottom.
I bet your missing the else, or the if/else altogether.
HTH!
Carrie