> When I search for a product, and the product does not exist, I get this > message: > 'error Søgningen var tom.' > But I only want: > 'Søgningen var tom.' > > How can I remove the word 'error'? > this is somewhere in the class.tx_ttproducts_list_view.php file. Just delete the $content = 'error'; line. Franz