I attempted to add the following to line 327 in product.tpl inside the tab-related div for each product loop :
Code: Select all
<?php if ($product['description']) { ?>
<div class="description"><?php echo $product['description']; ?></div>
<?php } ?>