Jump to content

Category name in products list


dasteralo

Recommended Posts

Hello,

I am using this code to display category name in product list and that works perfectly :

{if isset($product.id_category_default)}
{assign var='catname' value=Category::getCategoryInformations(array($product.id_category_default))}
{$catname[$product.id_category_default].name}
{/if}

but i would like to link the category. How is it possible?
And then i would like to truncate the category name for those who are too long.
How can i do this?
Thank you very much for your help,
Regards

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...