I am trying to add a list of all products in the current category (names only, linkable) to the product description page. I am using
Code:
<?php echo zen_get_categories_products_list($parent_id); ?>
But the result is "array". Any help getting this accomplished would be greatly appreciated.

Thanks!