#4201

Tu Tran
Moderator

Hi,

To do that, please cut the code

<?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;?>

then paste into right after:

<?php echo $this->getReviewsSummaryHtml($_product, false, true)?>

Thanks,