Product description on product listing page

<?php
 echo $_product->getShortDescription();  // for printing short description
 echo $_product->getDescription(); // for printing  description
 //For displaying description, Go to the admin pannel 
 //Catalod->Attributes-> Manage Attributes and edit the description attribute.
 //Set "Used in product listing" to "Yes".
?>

Leave a comment