catalog/controler/module/latest.php aç
49-50 satırlar arasına 'description' => $product_info['description'], ekle
sonra
catalog/view/theme/your-theme/template/module/latest.tpl aç
19-20 satırlar arasına
<div style="min-height:140px;"><?php echo "<p>".mb_substr(strip_tags(html_entity_decode($product['description'])), 0, 150)."...</p>"; ?></div>
ekle