Hi,
I managed to set featured products before normal products listing by adding

PHP Code:
<?php require($template->get_template_dir('tpl_modules_featured_products.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_featured_products.php');  ?>
on the very beginning of includes/templates/MYTEMPLATE/templates/tpl_index_product_list.php
so there is image and products name and price and buy now or details button. But there is no description.

I want it to be shown just as it is on featured products listing:

One product per row, etc

Please, help