Hello @Janett,
it's simple
fist call the HTML class and second create the link
The result is :
use ClicShopping\OM\HTML;
replace this :
$products_name
by :
HTML::link($products_name_url, $products_name)
You have just to edit the others listing template and copy paste the code.