tim10 Posted January 11, 2017 Share Posted January 11, 2017 Hi everyone ! I have a problem with category description... As example you can visit this page: http://dariluxe.fr/198-femme where you can see that only the Title "Femme" is displayed but there are no signs of any description... I thought that the probleme could be linked to the theme, but I'm not sure about it, so I wanted to have your point of view if possible Thank you in advance for your time ! Link to comment Share on other sites More sharing options...
NemoPS Posted January 11, 2017 Share Posted January 11, 2017 The theme might have a config option to disable category descriptions, you might want to check that out first Link to comment Share on other sites More sharing options...
tim10 Posted January 11, 2017 Author Share Posted January 11, 2017 NemoPS thanks for the answer but unfortunately didn't find it... Link to comment Share on other sites More sharing options...
tim10 Posted January 11, 2017 Author Share Posted January 11, 2017 btw the way here is my category.tpl code: {include file="$tpl_dir./errors.tpl"} {if isset($category)} {if $category->id AND $category->active} {if $products} <div class="filters-panel"> <div class="row"> <div class="col-lg-4 col-md-4 hidden-sm hidden-xs view-mode pull-left"> <a class="view-grid" href="#"> <span class="icon_grid-2x2"></span> </a> <a class="view-list" href="#"> <span class="icon_ul"></span> </a> </div> <div class="col-lg-4 col-md-4 col-sm-6 nbr-product"> {include file="./nbr-product-page.tpl"} </div> <div class="col-lg-4 col-md-4 col-sm-6 product-sort pull-right"> {include file="./product-sort.tpl"} </div> </div> </div> {include file="./product-list.tpl" products=$products} <div class="filters-panel-bottom"> {include file="./pagination.tpl"} </div> {/if} {elseif $category->id} <div class="alert alert-warning"><button data-dismiss="alert" type="button" class="close">X</button>{l s='This category is currently unavailable.'}</div> {/if} {/if} Link to comment Share on other sites More sharing options...
NemoPS Posted January 13, 2017 Share Posted January 13, 2017 Try using {$category->description} in there Link to comment Share on other sites More sharing options...
tim10 Posted January 13, 2017 Author Share Posted January 13, 2017 Thanks again for your answer, could you be more specific please, im not good at all in coding Link to comment Share on other sites More sharing options...
NemoPS Posted January 14, 2017 Share Posted January 14, 2017 Add this{$category->description}Where you want the description to appear on the page Link to comment 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