Zencart category name and description showing up code
May 5, 2010, Posted by admin at 10:40 am
<?php echo zen_get_category_description(zen_get_products_category_id((int)$_GET['products_id']), (int)$_SESSION['languages_id']) ?>
above is for zencart category
below is for zencart category name
<?php echo zen_get_category_name(zen_get_products_category_id((int)$_GET['products_id']), (int)$_SESSION['languages_id']) ?>
record it here for a backup, hope it’ll help










