+91-943-185-6038 me@shashidharkumar.com

magentoPlease find the template file that is responsible for displaying a list of products on the page. This file can be here:

  1. app/design/frontend/base/default/template/catalog/product/list.phtml or
  2. app/design/frontend/default/[your theme]/template/catalog/product/list.phtml

You will need to remove the following code:

  1. <?php echo $_helper->productAttribute($_product, $_product->getShortDescription(), ‘short_description’) ?> Or
  2. <div class=”short-description”><?php echo $_product->getShortDescription() ?></div>

Alternatively you can hide the div using css by following way:
search the class “short-description” into your theme css and add “display:none;”

See also  Get Current URL