Необходимо убрать short description со страницы товара, правка view.phtml и удаление кода
<?php if ($_product->getShortDescription()):?> <div class="short-description"> <h2><?php echo $this->__('Quick Overview') ?></h2> <div class="std"><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?></div> </div> <?php endif;?>не помогает. В какую сторону можно еще покопать?