You could use the:
function zen_get_products_description($product_id, $language_id)
from the general.php and pass it the current values for $product_id and $language_id from where you are in the code for the file where you want to see this ...
If you need to clean up the products_description because of html code that might be in it, you might look how the Product Listing does it ...




