I want to show a detailed product description after a short description on the product listing page.
I'm doing this
<?
echo $_product->getDescription();
?>
but nothing shows up.
I also tried this
Mage::getModel('catalog/product')->load($_product->getProductId())->getDescription();
but to no success.
Try setting product attribute for descrption field "Used in Product Listing" to "YES". That will solve your problem and avoid redundant model load