Smart Code for product category in product detail page

Is there is way to get product category name in product detail page by using Smarty Code? For example, {$product.product_id} will display the ID of product in that particular product page. Wonder if I can display product category name using similar coding?



Thanks!



Tony

Here is the tips from tech support:



{$product.main_category|fn_get_category_name}[color=#555555][font=Arial, Helvetica, sans-serif][size=3].[/size][/font][/color]

Here is the tips from tech support:

[b]{$product.main_category|fn_get_category_name}[/b][font=Arial, Helvetica, sans-serif][size=3].[/size][/font]

Thank you for sharing the tip. It works perfectly.