dasteralo Posted October 30, 2017 Posted October 30, 2017 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 Share this post Link to post Share on other sites More sharing options...
dasteralo Posted October 31, 2017 Posted October 31, 2017 Up! I really need your help. Thank you Share this post Link to post Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now